Uses of Class
software.amazon.awssdk.services.appstream.model.DescribeUserStackAssociationsResponse
-
Packages that use DescribeUserStackAssociationsResponse Package Description software.amazon.awssdk.services.appstream Amazon AppStream 2.0 -
-
Uses of DescribeUserStackAssociationsResponse in software.amazon.awssdk.services.appstream
Methods in software.amazon.awssdk.services.appstream that return DescribeUserStackAssociationsResponse Modifier and Type Method Description default DescribeUserStackAssociationsResponseAppStreamClient. describeUserStackAssociations(Consumer<DescribeUserStackAssociationsRequest.Builder> describeUserStackAssociationsRequest)Retrieves a list that describes the UserStackAssociation objects.default DescribeUserStackAssociationsResponseAppStreamClient. describeUserStackAssociations(DescribeUserStackAssociationsRequest describeUserStackAssociationsRequest)Retrieves a list that describes the UserStackAssociation objects.Methods in software.amazon.awssdk.services.appstream that return types with arguments of type DescribeUserStackAssociationsResponse Modifier and Type Method Description default CompletableFuture<DescribeUserStackAssociationsResponse>AppStreamAsyncClient. describeUserStackAssociations(Consumer<DescribeUserStackAssociationsRequest.Builder> describeUserStackAssociationsRequest)Retrieves a list that describes the UserStackAssociation objects.default CompletableFuture<DescribeUserStackAssociationsResponse>AppStreamAsyncClient. describeUserStackAssociations(DescribeUserStackAssociationsRequest describeUserStackAssociationsRequest)Retrieves a list that describes the UserStackAssociation objects.
-