Uses of Interface
software.amazon.awssdk.services.appstream.model.DescribeUserStackAssociationsRequest.Builder
-
Packages that use DescribeUserStackAssociationsRequest.Builder Package Description software.amazon.awssdk.services.appstream Amazon AppStream 2.0 software.amazon.awssdk.services.appstream.model -
-
Uses of DescribeUserStackAssociationsRequest.Builder in software.amazon.awssdk.services.appstream
Method parameters in software.amazon.awssdk.services.appstream with type arguments of type DescribeUserStackAssociationsRequest.Builder Modifier and Type Method Description default CompletableFuture<DescribeUserStackAssociationsResponse>AppStreamAsyncClient. describeUserStackAssociations(Consumer<DescribeUserStackAssociationsRequest.Builder> describeUserStackAssociationsRequest)Retrieves a list that describes the UserStackAssociation objects.default DescribeUserStackAssociationsResponseAppStreamClient. describeUserStackAssociations(Consumer<DescribeUserStackAssociationsRequest.Builder> describeUserStackAssociationsRequest)Retrieves a list that describes the UserStackAssociation objects. -
Uses of DescribeUserStackAssociationsRequest.Builder in software.amazon.awssdk.services.appstream.model
Methods in software.amazon.awssdk.services.appstream.model that return DescribeUserStackAssociationsRequest.Builder Modifier and Type Method Description DescribeUserStackAssociationsRequest.BuilderDescribeUserStackAssociationsRequest.Builder. authenticationType(String authenticationType)The authentication type for the user who is associated with the stack.DescribeUserStackAssociationsRequest.BuilderDescribeUserStackAssociationsRequest.Builder. authenticationType(AuthenticationType authenticationType)The authentication type for the user who is associated with the stack.static DescribeUserStackAssociationsRequest.BuilderDescribeUserStackAssociationsRequest. builder()DescribeUserStackAssociationsRequest.BuilderDescribeUserStackAssociationsRequest.Builder. maxResults(Integer maxResults)The maximum size of each page of results.DescribeUserStackAssociationsRequest.BuilderDescribeUserStackAssociationsRequest.Builder. nextToken(String nextToken)The pagination token to use to retrieve the next page of results for this operation.DescribeUserStackAssociationsRequest.BuilderDescribeUserStackAssociationsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeUserStackAssociationsRequest.BuilderDescribeUserStackAssociationsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeUserStackAssociationsRequest.BuilderDescribeUserStackAssociationsRequest.Builder. stackName(String stackName)The name of the stack that is associated with the user.DescribeUserStackAssociationsRequest.BuilderDescribeUserStackAssociationsRequest. toBuilder()DescribeUserStackAssociationsRequest.BuilderDescribeUserStackAssociationsRequest.Builder. userName(String userName)The email address of the user who is associated with the stack.Methods in software.amazon.awssdk.services.appstream.model that return types with arguments of type DescribeUserStackAssociationsRequest.Builder Modifier and Type Method Description static Class<? extends DescribeUserStackAssociationsRequest.Builder>DescribeUserStackAssociationsRequest. serializableBuilderClass()
-