Uses of Class
software.amazon.awssdk.services.identitystore.model.DescribeUserResponse
-
Packages that use DescribeUserResponse 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). -
-
Uses of DescribeUserResponse in software.amazon.awssdk.services.identitystore
Methods in software.amazon.awssdk.services.identitystore that return DescribeUserResponse Modifier and Type Method Description default DescribeUserResponseIdentitystoreClient. describeUser(Consumer<DescribeUserRequest.Builder> 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.Methods in software.amazon.awssdk.services.identitystore that return types with arguments of type DescribeUserResponse Modifier and Type Method Description default CompletableFuture<DescribeUserResponse>IdentitystoreAsyncClient. describeUser(Consumer<DescribeUserRequest.Builder> describeUserRequest)Retrieves the user metadata and attributes from theUserIdin an identity store.default CompletableFuture<DescribeUserResponse>IdentitystoreAsyncClient. describeUser(DescribeUserRequest describeUserRequest)Retrieves the user metadata and attributes from theUserIdin an identity store.
-