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