@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAWSIdentityStore extends Object implements AWSIdentityStore
AWSIdentityStore. Convenient method forms pass through to the corresponding
overload that takes a request object, which throws an UnsupportedOperationException.ENDPOINT_PREFIX| Modifier and Type | Method and Description |
|---|---|
DescribeGroupResult |
describeGroup(DescribeGroupRequest request)
Retrieves the group metadata and attributes from
GroupId in an identity store. |
DescribeUserResult |
describeUser(DescribeUserRequest request)
Retrieves the user metadata and attributes from
UserId in 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.
|
public DescribeGroupResult describeGroup(DescribeGroupRequest request)
AWSIdentityStore
Retrieves the group metadata and attributes from GroupId in an identity store.
describeGroup in interface AWSIdentityStorepublic DescribeUserResult describeUser(DescribeUserRequest request)
AWSIdentityStore
Retrieves the user metadata and attributes from UserId in an identity store.
describeUser in interface AWSIdentityStorepublic ListGroupsResult listGroups(ListGroupsRequest request)
AWSIdentityStore
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 AWSIdentityStorepublic ListUsersResult listUsers(ListUsersRequest request)
AWSIdentityStore
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 AWSIdentityStorepublic void shutdown()
AWSIdentityStoreshutdown in interface AWSIdentityStorepublic ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
AWSIdentityStoreResponse 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 a request.
getCachedResponseMetadata in interface AWSIdentityStorerequest - The originally executed request.