Uses of Class
software.amazon.awssdk.services.identitystore.model.DescribeUserRequest
-
Packages that use DescribeUserRequest Package Description software.amazon.awssdk.services.identitystore The Identity Store service used by IAM Identity Center provides a single place to retrieve all of your identities (users and groups).software.amazon.awssdk.services.identitystore.transform -
-
Uses of DescribeUserRequest in software.amazon.awssdk.services.identitystore
Methods in software.amazon.awssdk.services.identitystore with parameters of type DescribeUserRequest Modifier and Type Method Description default CompletableFuture<DescribeUserResponse>IdentitystoreAsyncClient. describeUser(DescribeUserRequest describeUserRequest)Retrieves the user metadata and attributes from theUserIdin an identity store.default DescribeUserResponseIdentitystoreClient. describeUser(DescribeUserRequest describeUserRequest)Retrieves the user metadata and attributes from theUserIdin an identity store. -
Uses of DescribeUserRequest in software.amazon.awssdk.services.identitystore.transform
Methods in software.amazon.awssdk.services.identitystore.transform with parameters of type DescribeUserRequest Modifier and Type Method Description SdkHttpFullRequestDescribeUserRequestMarshaller. marshall(DescribeUserRequest describeUserRequest)
-