Uses of Class
software.amazon.awssdk.services.appstream.model.BatchAssociateUserStackResponse
-
Packages that use BatchAssociateUserStackResponse Package Description software.amazon.awssdk.services.appstream Amazon AppStream 2.0 -
-
Uses of BatchAssociateUserStackResponse in software.amazon.awssdk.services.appstream
Methods in software.amazon.awssdk.services.appstream that return BatchAssociateUserStackResponse Modifier and Type Method Description default BatchAssociateUserStackResponseAppStreamClient. batchAssociateUserStack(Consumer<BatchAssociateUserStackRequest.Builder> batchAssociateUserStackRequest)Associates the specified users with the specified stacks.default BatchAssociateUserStackResponseAppStreamClient. batchAssociateUserStack(BatchAssociateUserStackRequest batchAssociateUserStackRequest)Associates the specified users with the specified stacks.Methods in software.amazon.awssdk.services.appstream that return types with arguments of type BatchAssociateUserStackResponse Modifier and Type Method Description default CompletableFuture<BatchAssociateUserStackResponse>AppStreamAsyncClient. batchAssociateUserStack(Consumer<BatchAssociateUserStackRequest.Builder> batchAssociateUserStackRequest)Associates the specified users with the specified stacks.default CompletableFuture<BatchAssociateUserStackResponse>AppStreamAsyncClient. batchAssociateUserStack(BatchAssociateUserStackRequest batchAssociateUserStackRequest)Associates the specified users with the specified stacks.
-