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