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