@ThreadSafe @Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AWSIdentityStoreClient extends AmazonWebServiceClient implements AWSIdentityStore
LOGGING_AWS_REQUEST_METRICENDPOINT_PREFIX| Modifier and Type | Method and Description | 
|---|---|
| static AWSIdentityStoreClientBuilder | builder() | 
| DescribeGroupResult | describeGroup(DescribeGroupRequest request)
 Retrieves the group metadata and attributes from  GroupIdin an identity store. | 
| DescribeUserResult | describeUser(DescribeUserRequest request)
 Retrieves the user metadata and attributes from  UserIdin an identity store. | 
| ResponseMetadata | getCachedResponseMetadata(AmazonWebServiceRequest request)Returns additional metadata for a previously executed successful, request, typically used for debugging issues
 where a service isn't acting as expected. | 
| ListGroupsResult | listGroups(ListGroupsRequest request)
 Lists the attribute name and value of the group that you specified in the search. | 
| ListUsersResult | listUsers(ListUsersRequest request)
 Lists the attribute name and value of the user that you specified in the search. | 
| void | shutdown()Shuts down this client object, releasing any resources that might be held
 open. | 
addRequestHandler, addRequestHandler, configureRegion, getClientConfiguration, getEndpointPrefix, getMonitoringListeners, getRequestMetricsCollector, getServiceName, getSignerByURI, getSignerOverride, getSignerRegionOverride, getTimeOffset, makeImmutable, removeRequestHandler, removeRequestHandler, setEndpoint, setEndpoint, setRegion, setServiceNameIntern, setSignerRegionOverride, setTimeOffset, withEndpoint, withRegion, withRegion, withTimeOffsetpublic static AWSIdentityStoreClientBuilder builder()
public DescribeGroupResult describeGroup(DescribeGroupRequest request)
 Retrieves the group metadata and attributes from GroupId in an identity store.
 
describeGroup in interface AWSIdentityStoredescribeGroupRequest - ResourceNotFoundException - Indicates that a requested resource is not found.ValidationException - The request failed because it contains a syntax error.AccessDeniedException - You do not have sufficient access to perform this action.ThrottlingException - Indicates that the principal has crossed the throttling limits of the API operations.InternalServerException - The request processing has failed because of an unknown error, exception or failure with an internal
         server.public DescribeUserResult describeUser(DescribeUserRequest request)
 Retrieves the user metadata and attributes from UserId in an identity store.
 
describeUser in interface AWSIdentityStoredescribeUserRequest - ResourceNotFoundException - Indicates that a requested resource is not found.ValidationException - The request failed because it contains a syntax error.AccessDeniedException - You do not have sufficient access to perform this action.ThrottlingException - Indicates that the principal has crossed the throttling limits of the API operations.InternalServerException - The request processing has failed because of an unknown error, exception or failure with an internal
         server.public ListGroupsResult listGroups(ListGroupsRequest request)
 Lists the attribute name and value of the group that you specified in the search. We only support
 DisplayName as a valid filter attribute path currently, and filter is required. This API returns
 minimum attributes, including GroupId and group DisplayName in the response.
 
listGroups in interface AWSIdentityStorelistGroupsRequest - ValidationException - The request failed because it contains a syntax error.AccessDeniedException - You do not have sufficient access to perform this action.ResourceNotFoundException - Indicates that a requested resource is not found.ThrottlingException - Indicates that the principal has crossed the throttling limits of the API operations.InternalServerException - The request processing has failed because of an unknown error, exception or failure with an internal
         server.public ListUsersResult listUsers(ListUsersRequest request)
 Lists the attribute name and value of the user that you specified in the search. We only support
 UserName as a valid filter attribute path currently, and filter is required. This API returns
 minimum attributes, including UserId and UserName in the response.
 
listUsers in interface AWSIdentityStorelistUsersRequest - ValidationException - The request failed because it contains a syntax error.AccessDeniedException - You do not have sufficient access to perform this action.ResourceNotFoundException - Indicates that a requested resource is not found.ThrottlingException - Indicates that the principal has crossed the throttling limits of the API operations.InternalServerException - The request processing has failed because of an unknown error, exception or failure with an internal
         server.public ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
Response metadata is only cached for a limited period of time, so if you need to access this extra diagnostic information for an executed request, you should use this method to retrieve it as soon as possible after executing the request.
getCachedResponseMetadata in interface AWSIdentityStorerequest - The originally executed requestpublic void shutdown()
AmazonWebServiceClientshutdown in interface AWSIdentityStoreshutdown in class AmazonWebServiceClient