- getAttributePath() - Method in class com.amazonaws.services.identitystore.model.Filter
-
The attribute path that is used to specify which attribute name to search.
- getAttributeValue() - Method in class com.amazonaws.services.identitystore.model.Filter
-
Represents the data for an attribute.
- getCachedResponseMetadata(AmazonWebServiceRequest) - Method in class com.amazonaws.services.identitystore.AbstractAWSIdentityStore
-
- getCachedResponseMetadata(AmazonWebServiceRequest) - Method in interface com.amazonaws.services.identitystore.AWSIdentityStore
-
Returns additional metadata for a previously executed successful request, typically used for debugging issues
where a service isn't acting as expected.
- getCachedResponseMetadata(AmazonWebServiceRequest) - Method in class com.amazonaws.services.identitystore.AWSIdentityStoreClient
-
Returns additional metadata for a previously executed successful, request, typically used for debugging issues
where a service isn't acting as expected.
- getDisplayName() - Method in class com.amazonaws.services.identitystore.model.DescribeGroupResult
-
Contains the group’s display name value.
- getDisplayName() - Method in class com.amazonaws.services.identitystore.model.Group
-
Contains the group’s display name value.
- getExecutorService() - Method in class com.amazonaws.services.identitystore.AWSIdentityStoreAsyncClient
-
Returns the executor service used by this client to execute async requests.
- getFilters() - Method in class com.amazonaws.services.identitystore.model.ListGroupsRequest
-
A list of Filter
objects, which is used in the ListUsers
and ListGroups
request.
- getFilters() - Method in class com.amazonaws.services.identitystore.model.ListUsersRequest
-
A list of Filter
objects, which is used in the ListUsers
and ListGroups
request.
- getGroupId() - Method in class com.amazonaws.services.identitystore.model.DescribeGroupRequest
-
The identifier for a group in the identity store.
- getGroupId() - Method in class com.amazonaws.services.identitystore.model.DescribeGroupResult
-
The identifier for a group in the identity store.
- getGroupId() - Method in class com.amazonaws.services.identitystore.model.Group
-
The identifier for a group in the identity store.
- getGroups() - Method in class com.amazonaws.services.identitystore.model.ListGroupsResult
-
A list of Group
objects in the identity store.
- getIdentityStoreId() - Method in class com.amazonaws.services.identitystore.model.DescribeGroupRequest
-
The globally unique identifier for the identity store, such as d-1234567890
.
- getIdentityStoreId() - Method in class com.amazonaws.services.identitystore.model.DescribeUserRequest
-
The globally unique identifier for the identity store, such as d-1234567890
.
- getIdentityStoreId() - Method in class com.amazonaws.services.identitystore.model.ListGroupsRequest
-
The globally unique identifier for the identity store, such as d-1234567890
.
- getIdentityStoreId() - Method in class com.amazonaws.services.identitystore.model.ListUsersRequest
-
The globally unique identifier for the identity store, such as d-1234567890
.
- getMaxResults() - Method in class com.amazonaws.services.identitystore.model.ListGroupsRequest
-
The maximum number of results to be returned per request.
- getMaxResults() - Method in class com.amazonaws.services.identitystore.model.ListUsersRequest
-
The maximum number of results to be returned per request.
- getNextToken() - Method in class com.amazonaws.services.identitystore.model.ListGroupsRequest
-
The pagination token used for the ListUsers
and ListGroups
API operations.
- getNextToken() - Method in class com.amazonaws.services.identitystore.model.ListGroupsResult
-
The pagination token used for the ListUsers
and ListGroups
API operations.
- getNextToken() - Method in class com.amazonaws.services.identitystore.model.ListUsersRequest
-
The pagination token used for the ListUsers
and ListGroups
API operations.
- getNextToken() - Method in class com.amazonaws.services.identitystore.model.ListUsersResult
-
The pagination token used for the ListUsers
and ListGroups
API operations.
- getRequestId() - Method in exception com.amazonaws.services.identitystore.model.AccessDeniedException
-
The identifier for each request.
- getRequestId() - Method in exception com.amazonaws.services.identitystore.model.InternalServerException
-
The identifier for each request.
- getRequestId() - Method in exception com.amazonaws.services.identitystore.model.ResourceNotFoundException
-
The identifier for each request.
- getRequestId() - Method in exception com.amazonaws.services.identitystore.model.ThrottlingException
-
The identifier for each request.
- getRequestId() - Method in exception com.amazonaws.services.identitystore.model.ValidationException
-
The identifier for each request.
- getResourceId() - Method in exception com.amazonaws.services.identitystore.model.ResourceNotFoundException
-
The identifier for a resource in the identity store, which can be used as UserId
or
GroupId
.
- getResourceType() - Method in exception com.amazonaws.services.identitystore.model.ResourceNotFoundException
-
The type of resource in the Identity Store service, which is an enum object.
- getUserId() - Method in class com.amazonaws.services.identitystore.model.DescribeUserRequest
-
The identifier for a user in the identity store.
- getUserId() - Method in class com.amazonaws.services.identitystore.model.DescribeUserResult
-
The identifier for a user in the identity store.
- getUserId() - Method in class com.amazonaws.services.identitystore.model.User
-
The identifier for a user in the identity store.
- getUserName() - Method in class com.amazonaws.services.identitystore.model.DescribeUserResult
-
Contains the user’s user name value.
- getUserName() - Method in class com.amazonaws.services.identitystore.model.User
-
Contains the user’s user name value.
- getUsers() - Method in class com.amazonaws.services.identitystore.model.ListUsersResult
-
A list of User
objects in the identity store.
- Group - Class in com.amazonaws.services.identitystore.model
-
A group object, which contains a specified group’s metadata and attributes.
- Group() - Constructor for class com.amazonaws.services.identitystore.model.Group
-
- setAttributePath(String) - Method in class com.amazonaws.services.identitystore.model.Filter
-
The attribute path that is used to specify which attribute name to search.
- setAttributeValue(String) - Method in class com.amazonaws.services.identitystore.model.Filter
-
Represents the data for an attribute.
- setDisplayName(String) - Method in class com.amazonaws.services.identitystore.model.DescribeGroupResult
-
Contains the group’s display name value.
- setDisplayName(String) - Method in class com.amazonaws.services.identitystore.model.Group
-
Contains the group’s display name value.
- setFilters(Collection<Filter>) - Method in class com.amazonaws.services.identitystore.model.ListGroupsRequest
-
A list of Filter
objects, which is used in the ListUsers
and ListGroups
request.
- setFilters(Collection<Filter>) - Method in class com.amazonaws.services.identitystore.model.ListUsersRequest
-
A list of Filter
objects, which is used in the ListUsers
and ListGroups
request.
- setGroupId(String) - Method in class com.amazonaws.services.identitystore.model.DescribeGroupRequest
-
The identifier for a group in the identity store.
- setGroupId(String) - Method in class com.amazonaws.services.identitystore.model.DescribeGroupResult
-
The identifier for a group in the identity store.
- setGroupId(String) - Method in class com.amazonaws.services.identitystore.model.Group
-
The identifier for a group in the identity store.
- setGroups(Collection<Group>) - Method in class com.amazonaws.services.identitystore.model.ListGroupsResult
-
A list of Group
objects in the identity store.
- setIdentityStoreId(String) - Method in class com.amazonaws.services.identitystore.model.DescribeGroupRequest
-
The globally unique identifier for the identity store, such as d-1234567890
.
- setIdentityStoreId(String) - Method in class com.amazonaws.services.identitystore.model.DescribeUserRequest
-
The globally unique identifier for the identity store, such as d-1234567890
.
- setIdentityStoreId(String) - Method in class com.amazonaws.services.identitystore.model.ListGroupsRequest
-
The globally unique identifier for the identity store, such as d-1234567890
.
- setIdentityStoreId(String) - Method in class com.amazonaws.services.identitystore.model.ListUsersRequest
-
The globally unique identifier for the identity store, such as d-1234567890
.
- setMaxResults(Integer) - Method in class com.amazonaws.services.identitystore.model.ListGroupsRequest
-
The maximum number of results to be returned per request.
- setMaxResults(Integer) - Method in class com.amazonaws.services.identitystore.model.ListUsersRequest
-
The maximum number of results to be returned per request.
- setNextToken(String) - Method in class com.amazonaws.services.identitystore.model.ListGroupsRequest
-
The pagination token used for the ListUsers
and ListGroups
API operations.
- setNextToken(String) - Method in class com.amazonaws.services.identitystore.model.ListGroupsResult
-
The pagination token used for the ListUsers
and ListGroups
API operations.
- setNextToken(String) - Method in class com.amazonaws.services.identitystore.model.ListUsersRequest
-
The pagination token used for the ListUsers
and ListGroups
API operations.
- setNextToken(String) - Method in class com.amazonaws.services.identitystore.model.ListUsersResult
-
The pagination token used for the ListUsers
and ListGroups
API operations.
- setRequestId(String) - Method in exception com.amazonaws.services.identitystore.model.AccessDeniedException
-
The identifier for each request.
- setRequestId(String) - Method in exception com.amazonaws.services.identitystore.model.InternalServerException
-
The identifier for each request.
- setRequestId(String) - Method in exception com.amazonaws.services.identitystore.model.ResourceNotFoundException
-
The identifier for each request.
- setRequestId(String) - Method in exception com.amazonaws.services.identitystore.model.ThrottlingException
-
The identifier for each request.
- setRequestId(String) - Method in exception com.amazonaws.services.identitystore.model.ValidationException
-
The identifier for each request.
- setResourceId(String) - Method in exception com.amazonaws.services.identitystore.model.ResourceNotFoundException
-
The identifier for a resource in the identity store, which can be used as UserId
or
GroupId
.
- setResourceType(String) - Method in exception com.amazonaws.services.identitystore.model.ResourceNotFoundException
-
The type of resource in the Identity Store service, which is an enum object.
- setUserId(String) - Method in class com.amazonaws.services.identitystore.model.DescribeUserRequest
-
The identifier for a user in the identity store.
- setUserId(String) - Method in class com.amazonaws.services.identitystore.model.DescribeUserResult
-
The identifier for a user in the identity store.
- setUserId(String) - Method in class com.amazonaws.services.identitystore.model.User
-
The identifier for a user in the identity store.
- setUserName(String) - Method in class com.amazonaws.services.identitystore.model.DescribeUserResult
-
Contains the user’s user name value.
- setUserName(String) - Method in class com.amazonaws.services.identitystore.model.User
-
Contains the user’s user name value.
- setUsers(Collection<User>) - Method in class com.amazonaws.services.identitystore.model.ListUsersResult
-
A list of User
objects in the identity store.
- shutdown() - Method in class com.amazonaws.services.identitystore.AbstractAWSIdentityStore
-
- shutdown() - Method in interface com.amazonaws.services.identitystore.AWSIdentityStore
-
Shuts down this client object, releasing any resources that might be held open.
- shutdown() - Method in class com.amazonaws.services.identitystore.AWSIdentityStoreAsyncClient
-
Shuts down the client, releasing all managed resources.
- shutdown() - Method in class com.amazonaws.services.identitystore.AWSIdentityStoreClient
-
- standard() - Static method in class com.amazonaws.services.identitystore.AWSIdentityStoreAsyncClientBuilder
-
- standard() - Static method in class com.amazonaws.services.identitystore.AWSIdentityStoreClientBuilder
-
- ThrottlingException - Exception in com.amazonaws.services.identitystore.model
-
Indicates that the principal has crossed the throttling limits of the API operations.
- ThrottlingException(String) - Constructor for exception com.amazonaws.services.identitystore.model.ThrottlingException
-
Constructs a new ThrottlingException with the specified error message.
- toString() - Method in class com.amazonaws.services.identitystore.model.DescribeGroupRequest
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.identitystore.model.DescribeGroupResult
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.identitystore.model.DescribeUserRequest
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.identitystore.model.DescribeUserResult
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.identitystore.model.Filter
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.identitystore.model.Group
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.identitystore.model.ListGroupsRequest
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.identitystore.model.ListGroupsResult
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.identitystore.model.ListUsersRequest
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.identitystore.model.ListUsersResult
-
Returns a string representation of this object.
- toString() - Method in enum com.amazonaws.services.identitystore.model.ResourceType
-
- toString() - Method in class com.amazonaws.services.identitystore.model.User
-
Returns a string representation of this object.
- withAttributePath(String) - Method in class com.amazonaws.services.identitystore.model.Filter
-
The attribute path that is used to specify which attribute name to search.
- withAttributeValue(String) - Method in class com.amazonaws.services.identitystore.model.Filter
-
Represents the data for an attribute.
- withDisplayName(String) - Method in class com.amazonaws.services.identitystore.model.DescribeGroupResult
-
Contains the group’s display name value.
- withDisplayName(String) - Method in class com.amazonaws.services.identitystore.model.Group
-
Contains the group’s display name value.
- withFilters(Filter...) - Method in class com.amazonaws.services.identitystore.model.ListGroupsRequest
-
A list of Filter
objects, which is used in the ListUsers
and ListGroups
request.
- withFilters(Collection<Filter>) - Method in class com.amazonaws.services.identitystore.model.ListGroupsRequest
-
A list of Filter
objects, which is used in the ListUsers
and ListGroups
request.
- withFilters(Filter...) - Method in class com.amazonaws.services.identitystore.model.ListUsersRequest
-
A list of Filter
objects, which is used in the ListUsers
and ListGroups
request.
- withFilters(Collection<Filter>) - Method in class com.amazonaws.services.identitystore.model.ListUsersRequest
-
A list of Filter
objects, which is used in the ListUsers
and ListGroups
request.
- withGroupId(String) - Method in class com.amazonaws.services.identitystore.model.DescribeGroupRequest
-
The identifier for a group in the identity store.
- withGroupId(String) - Method in class com.amazonaws.services.identitystore.model.DescribeGroupResult
-
The identifier for a group in the identity store.
- withGroupId(String) - Method in class com.amazonaws.services.identitystore.model.Group
-
The identifier for a group in the identity store.
- withGroups(Group...) - Method in class com.amazonaws.services.identitystore.model.ListGroupsResult
-
A list of Group
objects in the identity store.
- withGroups(Collection<Group>) - Method in class com.amazonaws.services.identitystore.model.ListGroupsResult
-
A list of Group
objects in the identity store.
- withIdentityStoreId(String) - Method in class com.amazonaws.services.identitystore.model.DescribeGroupRequest
-
The globally unique identifier for the identity store, such as d-1234567890
.
- withIdentityStoreId(String) - Method in class com.amazonaws.services.identitystore.model.DescribeUserRequest
-
The globally unique identifier for the identity store, such as d-1234567890
.
- withIdentityStoreId(String) - Method in class com.amazonaws.services.identitystore.model.ListGroupsRequest
-
The globally unique identifier for the identity store, such as d-1234567890
.
- withIdentityStoreId(String) - Method in class com.amazonaws.services.identitystore.model.ListUsersRequest
-
The globally unique identifier for the identity store, such as d-1234567890
.
- withMaxResults(Integer) - Method in class com.amazonaws.services.identitystore.model.ListGroupsRequest
-
The maximum number of results to be returned per request.
- withMaxResults(Integer) - Method in class com.amazonaws.services.identitystore.model.ListUsersRequest
-
The maximum number of results to be returned per request.
- withNextToken(String) - Method in class com.amazonaws.services.identitystore.model.ListGroupsRequest
-
The pagination token used for the ListUsers
and ListGroups
API operations.
- withNextToken(String) - Method in class com.amazonaws.services.identitystore.model.ListGroupsResult
-
The pagination token used for the ListUsers
and ListGroups
API operations.
- withNextToken(String) - Method in class com.amazonaws.services.identitystore.model.ListUsersRequest
-
The pagination token used for the ListUsers
and ListGroups
API operations.
- withNextToken(String) - Method in class com.amazonaws.services.identitystore.model.ListUsersResult
-
The pagination token used for the ListUsers
and ListGroups
API operations.
- withRequestId(String) - Method in exception com.amazonaws.services.identitystore.model.AccessDeniedException
-
The identifier for each request.
- withRequestId(String) - Method in exception com.amazonaws.services.identitystore.model.InternalServerException
-
The identifier for each request.
- withRequestId(String) - Method in exception com.amazonaws.services.identitystore.model.ResourceNotFoundException
-
The identifier for each request.
- withRequestId(String) - Method in exception com.amazonaws.services.identitystore.model.ThrottlingException
-
The identifier for each request.
- withRequestId(String) - Method in exception com.amazonaws.services.identitystore.model.ValidationException
-
The identifier for each request.
- withResourceId(String) - Method in exception com.amazonaws.services.identitystore.model.ResourceNotFoundException
-
The identifier for a resource in the identity store, which can be used as UserId
or
GroupId
.
- withResourceType(String) - Method in exception com.amazonaws.services.identitystore.model.ResourceNotFoundException
-
The type of resource in the Identity Store service, which is an enum object.
- withResourceType(ResourceType) - Method in exception com.amazonaws.services.identitystore.model.ResourceNotFoundException
-
The type of resource in the Identity Store service, which is an enum object.
- withUserId(String) - Method in class com.amazonaws.services.identitystore.model.DescribeUserRequest
-
The identifier for a user in the identity store.
- withUserId(String) - Method in class com.amazonaws.services.identitystore.model.DescribeUserResult
-
The identifier for a user in the identity store.
- withUserId(String) - Method in class com.amazonaws.services.identitystore.model.User
-
The identifier for a user in the identity store.
- withUserName(String) - Method in class com.amazonaws.services.identitystore.model.DescribeUserResult
-
Contains the user’s user name value.
- withUserName(String) - Method in class com.amazonaws.services.identitystore.model.User
-
Contains the user’s user name value.
- withUsers(User...) - Method in class com.amazonaws.services.identitystore.model.ListUsersResult
-
A list of User
objects in the identity store.
- withUsers(Collection<User>) - Method in class com.amazonaws.services.identitystore.model.ListUsersResult
-
A list of User
objects in the identity store.