@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 AWSIdentityStore
public DescribeUserResult describeUser(DescribeUserRequest request)
AWSIdentityStore
Retrieves the user metadata and attributes from UserId
in an identity store.
describeUser
in interface AWSIdentityStore
public 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 AWSIdentityStore
public 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 AWSIdentityStore
public void shutdown()
AWSIdentityStore
shutdown
in interface AWSIdentityStore
public ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
AWSIdentityStore
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 a request.
getCachedResponseMetadata
in interface AWSIdentityStore
request
- The originally executed request.