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