Cloneable, ReadLimitInfo, ToCopyableBuilder<DescribeSessionsRequest.Builder,DescribeSessionsRequest>@Generated("software.amazon.awssdk:codegen") public class DescribeSessionsRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<DescribeSessionsRequest.Builder,DescribeSessionsRequest>
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
DescribeSessionsRequest.Builder |
NOOP| Modifier and Type | Method | Description |
|---|---|---|
String |
authenticationType() |
The authentication method of the user.
|
static DescribeSessionsRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
String |
fleetName() |
The name of the fleet for which to list sessions.
|
int |
hashCode() |
|
Integer |
limit() |
The size of each page of results.
|
String |
nextToken() |
The pagination token to use to retrieve the next page of results for this operation.
|
static Class<? extends DescribeSessionsRequest.Builder> |
serializableBuilderClass() |
|
String |
stackName() |
The name of the stack for which to list sessions.
|
DescribeSessionsRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
userId() |
The user for whom to list sessions.
|
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeoutpublic String stackName()
The name of the stack for which to list sessions.
public String fleetName()
The name of the fleet for which to list sessions.
public String userId()
The user for whom to list sessions. Use null to describe all the sessions for the stack and fleet.
public String nextToken()
The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.
public Integer limit()
The size of each page of results. The default value is 20 and the maximum supported value is 50.
public String authenticationType()
The authentication method of the user. It can be API for a user authenticated using a streaming URL,
or SAML for a SAML federated user. If an authentication type is not provided, the operation defaults
to users authenticated using a streaming URL.
API for a user authenticated using a
streaming URL, or SAML for a SAML federated user. If an authentication type is not provided,
the operation defaults to users authenticated using a streaming URL.AuthenticationTypepublic DescribeSessionsRequest.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<DescribeSessionsRequest.Builder,DescribeSessionsRequest>public static DescribeSessionsRequest.Builder builder()
public static Class<? extends DescribeSessionsRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.