Uses of Interface
software.amazon.awssdk.services.appstream.model.BatchDisassociateUserStackRequest.Builder
-
Packages that use BatchDisassociateUserStackRequest.Builder Package Description software.amazon.awssdk.services.appstream Amazon AppStream 2.0 software.amazon.awssdk.services.appstream.model -
-
Uses of BatchDisassociateUserStackRequest.Builder in software.amazon.awssdk.services.appstream
Method parameters in software.amazon.awssdk.services.appstream with type arguments of type BatchDisassociateUserStackRequest.Builder Modifier and Type Method Description default CompletableFuture<BatchDisassociateUserStackResponse>AppStreamAsyncClient. batchDisassociateUserStack(Consumer<BatchDisassociateUserStackRequest.Builder> batchDisassociateUserStackRequest)Disassociates the specified users from the specified stacks.default BatchDisassociateUserStackResponseAppStreamClient. batchDisassociateUserStack(Consumer<BatchDisassociateUserStackRequest.Builder> batchDisassociateUserStackRequest)Disassociates the specified users from the specified stacks. -
Uses of BatchDisassociateUserStackRequest.Builder in software.amazon.awssdk.services.appstream.model
Methods in software.amazon.awssdk.services.appstream.model that return types with arguments of type BatchDisassociateUserStackRequest.Builder Modifier and Type Method Description static Class<? extends BatchDisassociateUserStackRequest.Builder>BatchDisassociateUserStackRequest. serializableBuilderClass()
-