| Package | Description |
|---|---|
| software.amazon.awssdk.services.appstream |
|
| software.amazon.awssdk.services.appstream.model |
| Modifier and Type | Method and Description |
|---|---|
default DescribeUserStackAssociationsResponse |
AppStreamClient.describeUserStackAssociations(Consumer<DescribeUserStackAssociationsRequest.Builder> describeUserStackAssociationsRequest)
Retrieves a list that describes the UserStackAssociation objects.
|
default CompletableFuture<DescribeUserStackAssociationsResponse> |
AppStreamAsyncClient.describeUserStackAssociations(Consumer<DescribeUserStackAssociationsRequest.Builder> describeUserStackAssociationsRequest)
Retrieves a list that describes the UserStackAssociation objects.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeUserStackAssociationsRequest.Builder |
DescribeUserStackAssociationsRequest.Builder.authenticationType(AuthenticationType authenticationType)
The authentication type for the user who is associated with the stack.
|
DescribeUserStackAssociationsRequest.Builder |
DescribeUserStackAssociationsRequest.Builder.authenticationType(String authenticationType)
The authentication type for the user who is associated with the stack.
|
static DescribeUserStackAssociationsRequest.Builder |
DescribeUserStackAssociationsRequest.builder() |
DescribeUserStackAssociationsRequest.Builder |
DescribeUserStackAssociationsRequest.Builder.maxResults(Integer maxResults)
The maximum size of each page of results.
|
DescribeUserStackAssociationsRequest.Builder |
DescribeUserStackAssociationsRequest.Builder.nextToken(String nextToken)
The pagination token to use to retrieve the next page of results for this operation.
|
DescribeUserStackAssociationsRequest.Builder |
DescribeUserStackAssociationsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeUserStackAssociationsRequest.Builder |
DescribeUserStackAssociationsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DescribeUserStackAssociationsRequest.Builder |
DescribeUserStackAssociationsRequest.Builder.stackName(String stackName)
The name of the stack that is associated with the user.
|
DescribeUserStackAssociationsRequest.Builder |
DescribeUserStackAssociationsRequest.toBuilder() |
DescribeUserStackAssociationsRequest.Builder |
DescribeUserStackAssociationsRequest.Builder.userName(String userName)
The email address of the user who is associated with the stack.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DescribeUserStackAssociationsRequest.Builder> |
DescribeUserStackAssociationsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.