Uses of Class
software.amazon.awssdk.services.appstream.model.DescribeUsersRequest
-
Packages that use DescribeUsersRequest Package Description software.amazon.awssdk.services.appstream Amazon AppStream 2.0 software.amazon.awssdk.services.appstream.transform -
-
Uses of DescribeUsersRequest in software.amazon.awssdk.services.appstream
Methods in software.amazon.awssdk.services.appstream with parameters of type DescribeUsersRequest Modifier and Type Method Description default CompletableFuture<DescribeUsersResponse>AppStreamAsyncClient. describeUsers(DescribeUsersRequest describeUsersRequest)Retrieves a list that describes one or more specified users in the user pool.default DescribeUsersResponseAppStreamClient. describeUsers(DescribeUsersRequest describeUsersRequest)Retrieves a list that describes one or more specified users in the user pool. -
Uses of DescribeUsersRequest in software.amazon.awssdk.services.appstream.transform
Methods in software.amazon.awssdk.services.appstream.transform with parameters of type DescribeUsersRequest Modifier and Type Method Description SdkHttpFullRequestDescribeUsersRequestMarshaller. marshall(DescribeUsersRequest describeUsersRequest)
-