Skip navigation links
A B C D E F G H I K L M N O R S T U V 

A

AccessDeniedException - Exception in software.amazon.awssdk.services.identitystore.model
You do not have sufficient access to perform this action.
AccessDeniedException.Builder - Interface in software.amazon.awssdk.services.identitystore.model
 
attributePath() - Method in class software.amazon.awssdk.services.identitystore.model.Filter
The attribute path that is used to specify which attribute name to search.
attributePath(String) - Method in interface software.amazon.awssdk.services.identitystore.model.Filter.Builder
The attribute path that is used to specify which attribute name to search.
attributeValue() - Method in class software.amazon.awssdk.services.identitystore.model.Filter
Represents the data for an attribute.
attributeValue(String) - Method in interface software.amazon.awssdk.services.identitystore.model.Filter.Builder
Represents the data for an attribute.
awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.identitystore.model.AccessDeniedException.Builder
 
awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.identitystore.model.IdentitystoreException.Builder
 
awsErrorDetails(AwsErrorDetails) - Method in class software.amazon.awssdk.services.identitystore.model.IdentitystoreException.BuilderImpl
 
awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.identitystore.model.InternalServerException.Builder
 
awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.identitystore.model.ResourceNotFoundException.Builder
 
awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.identitystore.model.ThrottlingException.Builder
 
awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.identitystore.model.ValidationException.Builder
 

B

build() - Method in class software.amazon.awssdk.services.identitystore.model.IdentitystoreException.BuilderImpl
 
build() - Method in interface software.amazon.awssdk.services.identitystore.model.IdentitystoreRequest.Builder
 
build() - Method in interface software.amazon.awssdk.services.identitystore.model.IdentitystoreResponse.Builder
 
builder() - Static method in interface software.amazon.awssdk.services.identitystore.IdentitystoreAsyncClient
Create a builder that can be used to configure and create a IdentitystoreAsyncClient.
builder() - Static method in interface software.amazon.awssdk.services.identitystore.IdentitystoreClient
Create a builder that can be used to configure and create a IdentitystoreClient.
builder() - Static method in exception software.amazon.awssdk.services.identitystore.model.AccessDeniedException
 
builder() - Static method in class software.amazon.awssdk.services.identitystore.model.DescribeGroupRequest
 
builder() - Static method in class software.amazon.awssdk.services.identitystore.model.DescribeGroupResponse
 
builder() - Static method in class software.amazon.awssdk.services.identitystore.model.DescribeUserRequest
 
builder() - Static method in class software.amazon.awssdk.services.identitystore.model.DescribeUserResponse
 
builder() - Static method in class software.amazon.awssdk.services.identitystore.model.Filter
 
builder() - Static method in class software.amazon.awssdk.services.identitystore.model.Group
 
builder() - Static method in exception software.amazon.awssdk.services.identitystore.model.IdentitystoreException
 
builder() - Static method in exception software.amazon.awssdk.services.identitystore.model.InternalServerException
 
builder() - Static method in class software.amazon.awssdk.services.identitystore.model.ListGroupsRequest
 
builder() - Static method in class software.amazon.awssdk.services.identitystore.model.ListGroupsResponse
 
builder() - Static method in class software.amazon.awssdk.services.identitystore.model.ListUsersRequest
 
builder() - Static method in class software.amazon.awssdk.services.identitystore.model.ListUsersResponse
 
builder() - Static method in exception software.amazon.awssdk.services.identitystore.model.ResourceNotFoundException
 
builder() - Static method in exception software.amazon.awssdk.services.identitystore.model.ThrottlingException
 
builder() - Static method in class software.amazon.awssdk.services.identitystore.model.User
 
builder() - Static method in exception software.amazon.awssdk.services.identitystore.model.ValidationException
 
BuilderImpl() - Constructor for class software.amazon.awssdk.services.identitystore.model.IdentitystoreException.BuilderImpl
 
BuilderImpl(IdentitystoreException) - Constructor for class software.amazon.awssdk.services.identitystore.model.IdentitystoreException.BuilderImpl
 
BuilderImpl() - Constructor for class software.amazon.awssdk.services.identitystore.model.IdentitystoreRequest.BuilderImpl
 
BuilderImpl(IdentitystoreRequest) - Constructor for class software.amazon.awssdk.services.identitystore.model.IdentitystoreRequest.BuilderImpl
 
BuilderImpl() - Constructor for class software.amazon.awssdk.services.identitystore.model.IdentitystoreResponse.BuilderImpl
 
BuilderImpl(IdentitystoreResponse) - Constructor for class software.amazon.awssdk.services.identitystore.model.IdentitystoreResponse.BuilderImpl
 

C

cause(Throwable) - Method in interface software.amazon.awssdk.services.identitystore.model.AccessDeniedException.Builder
 
cause(Throwable) - Method in interface software.amazon.awssdk.services.identitystore.model.IdentitystoreException.Builder
 
cause(Throwable) - Method in class software.amazon.awssdk.services.identitystore.model.IdentitystoreException.BuilderImpl
 
cause(Throwable) - Method in interface software.amazon.awssdk.services.identitystore.model.InternalServerException.Builder
 
cause(Throwable) - Method in interface software.amazon.awssdk.services.identitystore.model.ResourceNotFoundException.Builder
 
cause(Throwable) - Method in interface software.amazon.awssdk.services.identitystore.model.ThrottlingException.Builder
 
cause(Throwable) - Method in interface software.amazon.awssdk.services.identitystore.model.ValidationException.Builder
 
create() - Static method in interface software.amazon.awssdk.services.identitystore.IdentitystoreAsyncClient
Create a IdentitystoreAsyncClient with the region loaded from the DefaultAwsRegionProviderChain and credentials loaded from the DefaultCredentialsProvider.
create() - Static method in interface software.amazon.awssdk.services.identitystore.IdentitystoreClient
Create a IdentitystoreClient with the region loaded from the DefaultAwsRegionProviderChain and credentials loaded from the DefaultCredentialsProvider.
create(AwsResponseMetadata) - Static method in class software.amazon.awssdk.services.identitystore.model.IdentitystoreResponseMetadata
 

D

describeGroup(DescribeGroupRequest) - Method in interface software.amazon.awssdk.services.identitystore.IdentitystoreAsyncClient
Retrieves the group metadata and attributes from GroupId in an identity store.
describeGroup(Consumer<DescribeGroupRequest.Builder>) - Method in interface software.amazon.awssdk.services.identitystore.IdentitystoreAsyncClient
Retrieves the group metadata and attributes from GroupId in an identity store.
describeGroup(DescribeGroupRequest) - Method in interface software.amazon.awssdk.services.identitystore.IdentitystoreClient
Retrieves the group metadata and attributes from GroupId in an identity store.
describeGroup(Consumer<DescribeGroupRequest.Builder>) - Method in interface software.amazon.awssdk.services.identitystore.IdentitystoreClient
Retrieves the group metadata and attributes from GroupId in an identity store.
DescribeGroupRequest - Class in software.amazon.awssdk.services.identitystore.model
 
DescribeGroupRequest.Builder - Interface in software.amazon.awssdk.services.identitystore.model
 
DescribeGroupRequestMarshaller - Class in software.amazon.awssdk.services.identitystore.transform
DescribeGroupRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.identitystore.transform.DescribeGroupRequestMarshaller
 
DescribeGroupResponse - Class in software.amazon.awssdk.services.identitystore.model
 
DescribeGroupResponse.Builder - Interface in software.amazon.awssdk.services.identitystore.model
 
describeUser(DescribeUserRequest) - Method in interface software.amazon.awssdk.services.identitystore.IdentitystoreAsyncClient
Retrieves the user metadata and attributes from UserId in an identity store.
describeUser(Consumer<DescribeUserRequest.Builder>) - Method in interface software.amazon.awssdk.services.identitystore.IdentitystoreAsyncClient
Retrieves the user metadata and attributes from UserId in an identity store.
describeUser(DescribeUserRequest) - Method in interface software.amazon.awssdk.services.identitystore.IdentitystoreClient
Retrieves the user metadata and attributes from UserId in an identity store.
describeUser(Consumer<DescribeUserRequest.Builder>) - Method in interface software.amazon.awssdk.services.identitystore.IdentitystoreClient
Retrieves the user metadata and attributes from UserId in an identity store.
DescribeUserRequest - Class in software.amazon.awssdk.services.identitystore.model
 
DescribeUserRequest.Builder - Interface in software.amazon.awssdk.services.identitystore.model
 
DescribeUserRequestMarshaller - Class in software.amazon.awssdk.services.identitystore.transform
DescribeUserRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.identitystore.transform.DescribeUserRequestMarshaller
 
DescribeUserResponse - Class in software.amazon.awssdk.services.identitystore.model
 
DescribeUserResponse.Builder - Interface in software.amazon.awssdk.services.identitystore.model
 
displayName(String) - Method in interface software.amazon.awssdk.services.identitystore.model.DescribeGroupResponse.Builder
Contains the group’s display name value.
displayName() - Method in class software.amazon.awssdk.services.identitystore.model.DescribeGroupResponse
Contains the group’s display name value.
displayName(String) - Method in interface software.amazon.awssdk.services.identitystore.model.Group.Builder
Contains the group’s display name value.
displayName() - Method in class software.amazon.awssdk.services.identitystore.model.Group
Contains the group’s display name value.

E

equals(Object) - Method in class software.amazon.awssdk.services.identitystore.model.DescribeGroupRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.identitystore.model.DescribeGroupResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.identitystore.model.DescribeUserRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.identitystore.model.DescribeUserResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.identitystore.model.Filter
 
equals(Object) - Method in class software.amazon.awssdk.services.identitystore.model.Group
 
equals(Object) - Method in class software.amazon.awssdk.services.identitystore.model.ListGroupsRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.identitystore.model.ListGroupsResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.identitystore.model.ListUsersRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.identitystore.model.ListUsersResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.identitystore.model.User
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.identitystore.model.DescribeGroupRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.identitystore.model.DescribeGroupResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.identitystore.model.DescribeUserRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.identitystore.model.DescribeUserResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.identitystore.model.Filter
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.identitystore.model.Group
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.identitystore.model.ListGroupsRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.identitystore.model.ListGroupsResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.identitystore.model.ListUsersRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.identitystore.model.ListUsersResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.identitystore.model.User
 

F

Filter - Class in software.amazon.awssdk.services.identitystore.model
A query filter used by ListUsers and ListGroup.
Filter.Builder - Interface in software.amazon.awssdk.services.identitystore.model
 
filters(Collection<Filter>) - Method in interface software.amazon.awssdk.services.identitystore.model.ListGroupsRequest.Builder
A list of Filter objects, which is used in the ListUsers and ListGroups request.
filters(Filter...) - Method in interface software.amazon.awssdk.services.identitystore.model.ListGroupsRequest.Builder
A list of Filter objects, which is used in the ListUsers and ListGroups request.
filters(Consumer<Filter.Builder>...) - Method in interface software.amazon.awssdk.services.identitystore.model.ListGroupsRequest.Builder
A list of Filter objects, which is used in the ListUsers and ListGroups request.
filters() - Method in class software.amazon.awssdk.services.identitystore.model.ListGroupsRequest
A list of Filter objects, which is used in the ListUsers and ListGroups request.
filters(Collection<Filter>) - Method in interface software.amazon.awssdk.services.identitystore.model.ListUsersRequest.Builder
A list of Filter objects, which is used in the ListUsers and ListGroups request.
filters(Filter...) - Method in interface software.amazon.awssdk.services.identitystore.model.ListUsersRequest.Builder
A list of Filter objects, which is used in the ListUsers and ListGroups request.
filters(Consumer<Filter.Builder>...) - Method in interface software.amazon.awssdk.services.identitystore.model.ListUsersRequest.Builder
A list of Filter objects, which is used in the ListUsers and ListGroups request.
filters() - Method in class software.amazon.awssdk.services.identitystore.model.ListUsersRequest
A list of Filter objects, which is used in the ListUsers and ListGroups request.
fromValue(String) - Static method in enum software.amazon.awssdk.services.identitystore.model.ResourceType
Use this in place of valueOf to convert the raw string returned by the service into the enum value.

G

getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.identitystore.model.DescribeGroupRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.identitystore.model.DescribeGroupResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.identitystore.model.DescribeUserRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.identitystore.model.DescribeUserResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.identitystore.model.Filter
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.identitystore.model.Group
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.identitystore.model.ListGroupsRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.identitystore.model.ListGroupsResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.identitystore.model.ListUsersRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.identitystore.model.ListUsersResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.identitystore.model.User
 
Group - Class in software.amazon.awssdk.services.identitystore.model
A group object, which contains a specified group’s metadata and attributes.
Group.Builder - Interface in software.amazon.awssdk.services.identitystore.model
 
groupId(String) - Method in interface software.amazon.awssdk.services.identitystore.model.DescribeGroupRequest.Builder
The identifier for a group in the identity store.
groupId() - Method in class software.amazon.awssdk.services.identitystore.model.DescribeGroupRequest
The identifier for a group in the identity store.
groupId(String) - Method in interface software.amazon.awssdk.services.identitystore.model.DescribeGroupResponse.Builder
The identifier for a group in the identity store.
groupId() - Method in class software.amazon.awssdk.services.identitystore.model.DescribeGroupResponse
The identifier for a group in the identity store.
groupId(String) - Method in interface software.amazon.awssdk.services.identitystore.model.Group.Builder
The identifier for a group in the identity store.
groupId() - Method in class software.amazon.awssdk.services.identitystore.model.Group
The identifier for a group in the identity store.
groups(Collection<Group>) - Method in interface software.amazon.awssdk.services.identitystore.model.ListGroupsResponse.Builder
A list of Group objects in the identity store.
groups(Group...) - Method in interface software.amazon.awssdk.services.identitystore.model.ListGroupsResponse.Builder
A list of Group objects in the identity store.
groups(Consumer<Group.Builder>...) - Method in interface software.amazon.awssdk.services.identitystore.model.ListGroupsResponse.Builder
A list of Group objects in the identity store.
groups() - Method in class software.amazon.awssdk.services.identitystore.model.ListGroupsResponse
A list of Group objects in the identity store.

H

hasFilters() - Method in class software.amazon.awssdk.services.identitystore.model.ListGroupsRequest
For responses, this returns true if the service returned a value for the Filters property.
hasFilters() - Method in class software.amazon.awssdk.services.identitystore.model.ListUsersRequest
For responses, this returns true if the service returned a value for the Filters property.
hasGroups() - Method in class software.amazon.awssdk.services.identitystore.model.ListGroupsResponse
For responses, this returns true if the service returned a value for the Groups property.
hashCode() - Method in class software.amazon.awssdk.services.identitystore.model.DescribeGroupRequest
 
hashCode() - Method in class software.amazon.awssdk.services.identitystore.model.DescribeGroupResponse
 
hashCode() - Method in class software.amazon.awssdk.services.identitystore.model.DescribeUserRequest
 
hashCode() - Method in class software.amazon.awssdk.services.identitystore.model.DescribeUserResponse
 
hashCode() - Method in class software.amazon.awssdk.services.identitystore.model.Filter
 
hashCode() - Method in class software.amazon.awssdk.services.identitystore.model.Group
 
hashCode() - Method in class software.amazon.awssdk.services.identitystore.model.ListGroupsRequest
 
hashCode() - Method in class software.amazon.awssdk.services.identitystore.model.ListGroupsResponse
 
hashCode() - Method in class software.amazon.awssdk.services.identitystore.model.ListUsersRequest
 
hashCode() - Method in class software.amazon.awssdk.services.identitystore.model.ListUsersResponse
 
hashCode() - Method in class software.amazon.awssdk.services.identitystore.model.User
 
hasUsers() - Method in class software.amazon.awssdk.services.identitystore.model.ListUsersResponse
For responses, this returns true if the service returned a value for the Users property.

I

IdentitystoreAsyncClient - Interface in software.amazon.awssdk.services.identitystore
Service client for accessing IdentityStore asynchronously.
IdentitystoreAsyncClientBuilder - Interface in software.amazon.awssdk.services.identitystore
A builder for creating an instance of IdentitystoreAsyncClient.
IdentitystoreBaseClientBuilder<B extends IdentitystoreBaseClientBuilder<B,C>,C> - Interface in software.amazon.awssdk.services.identitystore
This includes configuration specific to IdentityStore that is supported by both IdentitystoreClientBuilder and IdentitystoreAsyncClientBuilder.
IdentitystoreClient - Interface in software.amazon.awssdk.services.identitystore
Service client for accessing IdentityStore.
IdentitystoreClientBuilder - Interface in software.amazon.awssdk.services.identitystore
A builder for creating an instance of IdentitystoreClient.
IdentitystoreException - Exception in software.amazon.awssdk.services.identitystore.model
 
IdentitystoreException(IdentitystoreException.Builder) - Constructor for exception software.amazon.awssdk.services.identitystore.model.IdentitystoreException
 
IdentitystoreException.Builder - Interface in software.amazon.awssdk.services.identitystore.model
 
IdentitystoreException.BuilderImpl - Class in software.amazon.awssdk.services.identitystore.model
 
identityStoreId(String) - Method in interface software.amazon.awssdk.services.identitystore.model.DescribeGroupRequest.Builder
The globally unique identifier for the identity store, such as d-1234567890.
identityStoreId() - Method in class software.amazon.awssdk.services.identitystore.model.DescribeGroupRequest
The globally unique identifier for the identity store, such as d-1234567890.
identityStoreId(String) - Method in interface software.amazon.awssdk.services.identitystore.model.DescribeUserRequest.Builder
The globally unique identifier for the identity store, such as d-1234567890.
identityStoreId() - Method in class software.amazon.awssdk.services.identitystore.model.DescribeUserRequest
The globally unique identifier for the identity store, such as d-1234567890.
identityStoreId(String) - Method in interface software.amazon.awssdk.services.identitystore.model.ListGroupsRequest.Builder
The globally unique identifier for the identity store, such as d-1234567890.
identityStoreId() - Method in class software.amazon.awssdk.services.identitystore.model.ListGroupsRequest
The globally unique identifier for the identity store, such as d-1234567890.
identityStoreId(String) - Method in interface software.amazon.awssdk.services.identitystore.model.ListUsersRequest.Builder
The globally unique identifier for the identity store, such as d-1234567890.
identityStoreId() - Method in class software.amazon.awssdk.services.identitystore.model.ListUsersRequest
The globally unique identifier for the identity store, such as d-1234567890.
IdentitystoreRequest - Class in software.amazon.awssdk.services.identitystore.model
 
IdentitystoreRequest(IdentitystoreRequest.Builder) - Constructor for class software.amazon.awssdk.services.identitystore.model.IdentitystoreRequest
 
IdentitystoreRequest.Builder - Interface in software.amazon.awssdk.services.identitystore.model
 
IdentitystoreRequest.BuilderImpl - Class in software.amazon.awssdk.services.identitystore.model
 
IdentitystoreResponse - Class in software.amazon.awssdk.services.identitystore.model
 
IdentitystoreResponse(IdentitystoreResponse.Builder) - Constructor for class software.amazon.awssdk.services.identitystore.model.IdentitystoreResponse
 
IdentitystoreResponse.Builder - Interface in software.amazon.awssdk.services.identitystore.model
 
IdentitystoreResponse.BuilderImpl - Class in software.amazon.awssdk.services.identitystore.model
 
IdentitystoreResponseMetadata - Class in software.amazon.awssdk.services.identitystore.model
 
InternalServerException - Exception in software.amazon.awssdk.services.identitystore.model
The request processing has failed because of an unknown error, exception or failure with an internal server.
InternalServerException.Builder - Interface in software.amazon.awssdk.services.identitystore.model
 
iterator() - Method in class software.amazon.awssdk.services.identitystore.paginators.ListGroupsIterable
 
iterator() - Method in class software.amazon.awssdk.services.identitystore.paginators.ListUsersIterable
 

K

knownValues() - Static method in enum software.amazon.awssdk.services.identitystore.model.ResourceType
Use this in place of ResourceType.values() to return a Set of all values known to the SDK.

L

listGroups(ListGroupsRequest) - Method in interface software.amazon.awssdk.services.identitystore.IdentitystoreAsyncClient
Lists the attribute name and value of the group that you specified in the search.
listGroups(Consumer<ListGroupsRequest.Builder>) - Method in interface software.amazon.awssdk.services.identitystore.IdentitystoreAsyncClient
Lists the attribute name and value of the group that you specified in the search.
listGroups(ListGroupsRequest) - Method in interface software.amazon.awssdk.services.identitystore.IdentitystoreClient
Lists the attribute name and value of the group that you specified in the search.
listGroups(Consumer<ListGroupsRequest.Builder>) - Method in interface software.amazon.awssdk.services.identitystore.IdentitystoreClient
Lists the attribute name and value of the group that you specified in the search.
ListGroupsIterable - Class in software.amazon.awssdk.services.identitystore.paginators
ListGroupsIterable(IdentitystoreClient, ListGroupsRequest) - Constructor for class software.amazon.awssdk.services.identitystore.paginators.ListGroupsIterable
 
listGroupsPaginator(ListGroupsRequest) - Method in interface software.amazon.awssdk.services.identitystore.IdentitystoreAsyncClient
Lists the attribute name and value of the group that you specified in the search.
listGroupsPaginator(Consumer<ListGroupsRequest.Builder>) - Method in interface software.amazon.awssdk.services.identitystore.IdentitystoreAsyncClient
Lists the attribute name and value of the group that you specified in the search.
listGroupsPaginator(ListGroupsRequest) - Method in interface software.amazon.awssdk.services.identitystore.IdentitystoreClient
Lists the attribute name and value of the group that you specified in the search.
listGroupsPaginator(Consumer<ListGroupsRequest.Builder>) - Method in interface software.amazon.awssdk.services.identitystore.IdentitystoreClient
Lists the attribute name and value of the group that you specified in the search.
ListGroupsPublisher - Class in software.amazon.awssdk.services.identitystore.paginators
ListGroupsPublisher(IdentitystoreAsyncClient, ListGroupsRequest) - Constructor for class software.amazon.awssdk.services.identitystore.paginators.ListGroupsPublisher
 
ListGroupsRequest - Class in software.amazon.awssdk.services.identitystore.model
 
ListGroupsRequest.Builder - Interface in software.amazon.awssdk.services.identitystore.model
 
ListGroupsRequestMarshaller - Class in software.amazon.awssdk.services.identitystore.transform
ListGroupsRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.identitystore.transform.ListGroupsRequestMarshaller
 
ListGroupsResponse - Class in software.amazon.awssdk.services.identitystore.model
 
ListGroupsResponse.Builder - Interface in software.amazon.awssdk.services.identitystore.model
 
listUsers(ListUsersRequest) - Method in interface software.amazon.awssdk.services.identitystore.IdentitystoreAsyncClient
Lists the attribute name and value of the user that you specified in the search.
listUsers(Consumer<ListUsersRequest.Builder>) - Method in interface software.amazon.awssdk.services.identitystore.IdentitystoreAsyncClient
Lists the attribute name and value of the user that you specified in the search.
listUsers(ListUsersRequest) - Method in interface software.amazon.awssdk.services.identitystore.IdentitystoreClient
Lists the attribute name and value of the user that you specified in the search.
listUsers(Consumer<ListUsersRequest.Builder>) - Method in interface software.amazon.awssdk.services.identitystore.IdentitystoreClient
Lists the attribute name and value of the user that you specified in the search.
ListUsersIterable - Class in software.amazon.awssdk.services.identitystore.paginators
Represents the output for the IdentitystoreClient.listUsersPaginator(software.amazon.awssdk.services.identitystore.model.ListUsersRequest) operation which is a paginated operation.
ListUsersIterable(IdentitystoreClient, ListUsersRequest) - Constructor for class software.amazon.awssdk.services.identitystore.paginators.ListUsersIterable
 
listUsersPaginator(ListUsersRequest) - Method in interface software.amazon.awssdk.services.identitystore.IdentitystoreAsyncClient
Lists the attribute name and value of the user that you specified in the search.
listUsersPaginator(Consumer<ListUsersRequest.Builder>) - Method in interface software.amazon.awssdk.services.identitystore.IdentitystoreAsyncClient
Lists the attribute name and value of the user that you specified in the search.
listUsersPaginator(ListUsersRequest) - Method in interface software.amazon.awssdk.services.identitystore.IdentitystoreClient
Lists the attribute name and value of the user that you specified in the search.
listUsersPaginator(Consumer<ListUsersRequest.Builder>) - Method in interface software.amazon.awssdk.services.identitystore.IdentitystoreClient
Lists the attribute name and value of the user that you specified in the search.
ListUsersPublisher - Class in software.amazon.awssdk.services.identitystore.paginators
ListUsersPublisher(IdentitystoreAsyncClient, ListUsersRequest) - Constructor for class software.amazon.awssdk.services.identitystore.paginators.ListUsersPublisher
 
ListUsersRequest - Class in software.amazon.awssdk.services.identitystore.model
 
ListUsersRequest.Builder - Interface in software.amazon.awssdk.services.identitystore.model
 
ListUsersRequestMarshaller - Class in software.amazon.awssdk.services.identitystore.transform
ListUsersRequest Marshaller
ListUsersRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.identitystore.transform.ListUsersRequestMarshaller
 
ListUsersResponse - Class in software.amazon.awssdk.services.identitystore.model
 
ListUsersResponse.Builder - Interface in software.amazon.awssdk.services.identitystore.model
 

M

marshall(DescribeGroupRequest) - Method in class software.amazon.awssdk.services.identitystore.transform.DescribeGroupRequestMarshaller
 
marshall(DescribeUserRequest) - Method in class software.amazon.awssdk.services.identitystore.transform.DescribeUserRequestMarshaller
 
marshall(ListGroupsRequest) - Method in class software.amazon.awssdk.services.identitystore.transform.ListGroupsRequestMarshaller
 
marshall(ListUsersRequest) - Method in class software.amazon.awssdk.services.identitystore.transform.ListUsersRequestMarshaller
 
maxResults(Integer) - Method in interface software.amazon.awssdk.services.identitystore.model.ListGroupsRequest.Builder
The maximum number of results to be returned per request.
maxResults() - Method in class software.amazon.awssdk.services.identitystore.model.ListGroupsRequest
The maximum number of results to be returned per request.
maxResults(Integer) - Method in interface software.amazon.awssdk.services.identitystore.model.ListUsersRequest.Builder
The maximum number of results to be returned per request.
maxResults() - Method in class software.amazon.awssdk.services.identitystore.model.ListUsersRequest
The maximum number of results to be returned per request.
message(String) - Method in interface software.amazon.awssdk.services.identitystore.model.AccessDeniedException.Builder
 
message(String) - Method in interface software.amazon.awssdk.services.identitystore.model.IdentitystoreException.Builder
 
message(String) - Method in class software.amazon.awssdk.services.identitystore.model.IdentitystoreException.BuilderImpl
 
message(String) - Method in interface software.amazon.awssdk.services.identitystore.model.InternalServerException.Builder
 
message(String) - Method in interface software.amazon.awssdk.services.identitystore.model.ResourceNotFoundException.Builder
 
message(String) - Method in interface software.amazon.awssdk.services.identitystore.model.ThrottlingException.Builder
 
message(String) - Method in interface software.amazon.awssdk.services.identitystore.model.ValidationException.Builder
 

N

nextToken(String) - Method in interface software.amazon.awssdk.services.identitystore.model.ListGroupsRequest.Builder
The pagination token used for the ListUsers and ListGroups API operations.
nextToken() - Method in class software.amazon.awssdk.services.identitystore.model.ListGroupsRequest
The pagination token used for the ListUsers and ListGroups API operations.
nextToken(String) - Method in interface software.amazon.awssdk.services.identitystore.model.ListGroupsResponse.Builder
The pagination token used for the ListUsers and ListGroups API operations.
nextToken() - Method in class software.amazon.awssdk.services.identitystore.model.ListGroupsResponse
The pagination token used for the ListUsers and ListGroups API operations.
nextToken(String) - Method in interface software.amazon.awssdk.services.identitystore.model.ListUsersRequest.Builder
The pagination token used for the ListUsers and ListGroups API operations.
nextToken() - Method in class software.amazon.awssdk.services.identitystore.model.ListUsersRequest
The pagination token used for the ListUsers and ListGroups API operations.
nextToken(String) - Method in interface software.amazon.awssdk.services.identitystore.model.ListUsersResponse.Builder
The pagination token used for the ListUsers and ListGroups API operations.
nextToken() - Method in class software.amazon.awssdk.services.identitystore.model.ListUsersResponse
The pagination token used for the ListUsers and ListGroups API operations.

O

overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.identitystore.model.DescribeGroupRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.identitystore.model.DescribeGroupRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.identitystore.model.DescribeUserRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.identitystore.model.DescribeUserRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.identitystore.model.ListGroupsRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.identitystore.model.ListGroupsRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.identitystore.model.ListUsersRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.identitystore.model.ListUsersRequest.Builder
 

R

requestId(String) - Method in interface software.amazon.awssdk.services.identitystore.model.AccessDeniedException.Builder
 
requestId(String) - Method in interface software.amazon.awssdk.services.identitystore.model.IdentitystoreException.Builder
 
requestId(String) - Method in class software.amazon.awssdk.services.identitystore.model.IdentitystoreException.BuilderImpl
 
requestId(String) - Method in interface software.amazon.awssdk.services.identitystore.model.InternalServerException.Builder
 
requestId(String) - Method in interface software.amazon.awssdk.services.identitystore.model.ResourceNotFoundException.Builder
 
requestId(String) - Method in interface software.amazon.awssdk.services.identitystore.model.ThrottlingException.Builder
 
requestId(String) - Method in interface software.amazon.awssdk.services.identitystore.model.ValidationException.Builder
 
requestIdValue(String) - Method in interface software.amazon.awssdk.services.identitystore.model.AccessDeniedException.Builder
The identifier for each request.
requestIdValue() - Method in exception software.amazon.awssdk.services.identitystore.model.AccessDeniedException
The identifier for each request.
requestIdValue(String) - Method in interface software.amazon.awssdk.services.identitystore.model.InternalServerException.Builder
The identifier for each request.
requestIdValue() - Method in exception software.amazon.awssdk.services.identitystore.model.InternalServerException
The identifier for each request.
requestIdValue(String) - Method in interface software.amazon.awssdk.services.identitystore.model.ResourceNotFoundException.Builder
The identifier for each request.
requestIdValue() - Method in exception software.amazon.awssdk.services.identitystore.model.ResourceNotFoundException
The identifier for each request.
requestIdValue(String) - Method in interface software.amazon.awssdk.services.identitystore.model.ThrottlingException.Builder
The identifier for each request.
requestIdValue() - Method in exception software.amazon.awssdk.services.identitystore.model.ThrottlingException
The identifier for each request.
requestIdValue(String) - Method in interface software.amazon.awssdk.services.identitystore.model.ValidationException.Builder
The identifier for each request.
requestIdValue() - Method in exception software.amazon.awssdk.services.identitystore.model.ValidationException
The identifier for each request.
resourceId(String) - Method in interface software.amazon.awssdk.services.identitystore.model.ResourceNotFoundException.Builder
The identifier for a resource in the identity store, which can be used as UserId or GroupId.
resourceId() - Method in exception software.amazon.awssdk.services.identitystore.model.ResourceNotFoundException
The identifier for a resource in the identity store, which can be used as UserId or GroupId.
ResourceNotFoundException - Exception in software.amazon.awssdk.services.identitystore.model
Indicates that a requested resource is not found.
ResourceNotFoundException.Builder - Interface in software.amazon.awssdk.services.identitystore.model
 
resourceType(String) - Method in interface software.amazon.awssdk.services.identitystore.model.ResourceNotFoundException.Builder
The type of resource in the Identity Store service, which is an enum object.
resourceType(ResourceType) - Method in interface software.amazon.awssdk.services.identitystore.model.ResourceNotFoundException.Builder
The type of resource in the Identity Store service, which is an enum object.
resourceType() - Method in exception software.amazon.awssdk.services.identitystore.model.ResourceNotFoundException
The type of resource in the Identity Store service, which is an enum object.
ResourceType - Enum in software.amazon.awssdk.services.identitystore.model
 
resourceTypeAsString() - Method in exception software.amazon.awssdk.services.identitystore.model.ResourceNotFoundException
The type of resource in the Identity Store service, which is an enum object.
responseMetadata() - Method in interface software.amazon.awssdk.services.identitystore.model.IdentitystoreResponse.Builder
 
responseMetadata(AwsResponseMetadata) - Method in interface software.amazon.awssdk.services.identitystore.model.IdentitystoreResponse.Builder
 
responseMetadata() - Method in class software.amazon.awssdk.services.identitystore.model.IdentitystoreResponse.BuilderImpl
 
responseMetadata(AwsResponseMetadata) - Method in class software.amazon.awssdk.services.identitystore.model.IdentitystoreResponse.BuilderImpl
 
responseMetadata() - Method in class software.amazon.awssdk.services.identitystore.model.IdentitystoreResponse
 

S

sdkFields() - Method in exception software.amazon.awssdk.services.identitystore.model.AccessDeniedException
 
sdkFields() - Method in class software.amazon.awssdk.services.identitystore.model.DescribeGroupRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.identitystore.model.DescribeGroupResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.identitystore.model.DescribeUserRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.identitystore.model.DescribeUserResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.identitystore.model.Filter
 
sdkFields() - Method in class software.amazon.awssdk.services.identitystore.model.Group
 
sdkFields() - Method in exception software.amazon.awssdk.services.identitystore.model.InternalServerException
 
sdkFields() - Method in class software.amazon.awssdk.services.identitystore.model.ListGroupsRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.identitystore.model.ListGroupsResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.identitystore.model.ListUsersRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.identitystore.model.ListUsersResponse
 
sdkFields() - Method in exception software.amazon.awssdk.services.identitystore.model.ResourceNotFoundException
 
sdkFields() - Method in exception software.amazon.awssdk.services.identitystore.model.ThrottlingException
 
sdkFields() - Method in class software.amazon.awssdk.services.identitystore.model.User
 
sdkFields() - Method in exception software.amazon.awssdk.services.identitystore.model.ValidationException
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.identitystore.model.AccessDeniedException
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.identitystore.model.DescribeGroupRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.identitystore.model.DescribeGroupResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.identitystore.model.DescribeUserRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.identitystore.model.DescribeUserResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.identitystore.model.Filter
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.identitystore.model.Group
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.identitystore.model.IdentitystoreException
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.identitystore.model.InternalServerException
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.identitystore.model.ListGroupsRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.identitystore.model.ListGroupsResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.identitystore.model.ListUsersRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.identitystore.model.ListUsersResponse
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.identitystore.model.ResourceNotFoundException
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.identitystore.model.ThrottlingException
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.identitystore.model.User
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.identitystore.model.ValidationException
 
SERVICE_METADATA_ID - Static variable in interface software.amazon.awssdk.services.identitystore.IdentitystoreAsyncClient
Value for looking up the service's metadata from the ServiceMetadataProvider.
SERVICE_METADATA_ID - Static variable in interface software.amazon.awssdk.services.identitystore.IdentitystoreClient
Value for looking up the service's metadata from the ServiceMetadataProvider.
SERVICE_NAME - Static variable in interface software.amazon.awssdk.services.identitystore.IdentitystoreAsyncClient
 
SERVICE_NAME - Static variable in interface software.amazon.awssdk.services.identitystore.IdentitystoreClient
 
serviceMetadata() - Static method in interface software.amazon.awssdk.services.identitystore.IdentitystoreClient
 
software.amazon.awssdk.services.identitystore - package software.amazon.awssdk.services.identitystore
The AWS Single Sign-On (SSO) Identity Store service provides a single place to retrieve all of your identities (users and groups).
software.amazon.awssdk.services.identitystore.model - package software.amazon.awssdk.services.identitystore.model
 
software.amazon.awssdk.services.identitystore.paginators - package software.amazon.awssdk.services.identitystore.paginators
 
software.amazon.awssdk.services.identitystore.transform - package software.amazon.awssdk.services.identitystore.transform
 
statusCode(int) - Method in interface software.amazon.awssdk.services.identitystore.model.AccessDeniedException.Builder
 
statusCode(int) - Method in interface software.amazon.awssdk.services.identitystore.model.IdentitystoreException.Builder
 
statusCode(int) - Method in class software.amazon.awssdk.services.identitystore.model.IdentitystoreException.BuilderImpl
 
statusCode(int) - Method in interface software.amazon.awssdk.services.identitystore.model.InternalServerException.Builder
 
statusCode(int) - Method in interface software.amazon.awssdk.services.identitystore.model.ResourceNotFoundException.Builder
 
statusCode(int) - Method in interface software.amazon.awssdk.services.identitystore.model.ThrottlingException.Builder
 
statusCode(int) - Method in interface software.amazon.awssdk.services.identitystore.model.ValidationException.Builder
 
subscribe(Subscriber<? super ListGroupsResponse>) - Method in class software.amazon.awssdk.services.identitystore.paginators.ListGroupsPublisher
 
subscribe(Subscriber<? super ListUsersResponse>) - Method in class software.amazon.awssdk.services.identitystore.paginators.ListUsersPublisher
 

T

ThrottlingException - Exception in software.amazon.awssdk.services.identitystore.model
Indicates that the principal has crossed the throttling limits of the API operations.
ThrottlingException.Builder - Interface in software.amazon.awssdk.services.identitystore.model
 
toBuilder() - Method in exception software.amazon.awssdk.services.identitystore.model.AccessDeniedException
 
toBuilder() - Method in class software.amazon.awssdk.services.identitystore.model.DescribeGroupRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.identitystore.model.DescribeGroupResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.identitystore.model.DescribeUserRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.identitystore.model.DescribeUserResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.identitystore.model.Filter
 
toBuilder() - Method in class software.amazon.awssdk.services.identitystore.model.Group
 
toBuilder() - Method in exception software.amazon.awssdk.services.identitystore.model.IdentitystoreException
 
toBuilder() - Method in class software.amazon.awssdk.services.identitystore.model.IdentitystoreRequest
 
toBuilder() - Method in exception software.amazon.awssdk.services.identitystore.model.InternalServerException
 
toBuilder() - Method in class software.amazon.awssdk.services.identitystore.model.ListGroupsRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.identitystore.model.ListGroupsResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.identitystore.model.ListUsersRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.identitystore.model.ListUsersResponse
 
toBuilder() - Method in exception software.amazon.awssdk.services.identitystore.model.ResourceNotFoundException
 
toBuilder() - Method in exception software.amazon.awssdk.services.identitystore.model.ThrottlingException
 
toBuilder() - Method in class software.amazon.awssdk.services.identitystore.model.User
 
toBuilder() - Method in exception software.amazon.awssdk.services.identitystore.model.ValidationException
 
toString() - Method in class software.amazon.awssdk.services.identitystore.model.DescribeGroupRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.identitystore.model.DescribeGroupResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.identitystore.model.DescribeUserRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.identitystore.model.DescribeUserResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.identitystore.model.Filter
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.identitystore.model.Group
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.identitystore.model.ListGroupsRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.identitystore.model.ListGroupsResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.identitystore.model.ListUsersRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.identitystore.model.ListUsersResponse
Returns a string representation of this object.
toString() - Method in enum software.amazon.awssdk.services.identitystore.model.ResourceType
 
toString() - Method in class software.amazon.awssdk.services.identitystore.model.User
Returns a string representation of this object.

U

User - Class in software.amazon.awssdk.services.identitystore.model
A user object, which contains a specified user’s metadata and attributes.
User.Builder - Interface in software.amazon.awssdk.services.identitystore.model
 
userId(String) - Method in interface software.amazon.awssdk.services.identitystore.model.DescribeUserRequest.Builder
The identifier for a user in the identity store.
userId() - Method in class software.amazon.awssdk.services.identitystore.model.DescribeUserRequest
The identifier for a user in the identity store.
userId(String) - Method in interface software.amazon.awssdk.services.identitystore.model.DescribeUserResponse.Builder
The identifier for a user in the identity store.
userId() - Method in class software.amazon.awssdk.services.identitystore.model.DescribeUserResponse
The identifier for a user in the identity store.
userId(String) - Method in interface software.amazon.awssdk.services.identitystore.model.User.Builder
The identifier for a user in the identity store.
userId() - Method in class software.amazon.awssdk.services.identitystore.model.User
The identifier for a user in the identity store.
userName(String) - Method in interface software.amazon.awssdk.services.identitystore.model.DescribeUserResponse.Builder
Contains the user’s user name value.
userName() - Method in class software.amazon.awssdk.services.identitystore.model.DescribeUserResponse
Contains the user’s user name value.
userName(String) - Method in interface software.amazon.awssdk.services.identitystore.model.User.Builder
Contains the user’s user name value.
userName() - Method in class software.amazon.awssdk.services.identitystore.model.User
Contains the user’s user name value.
users(Collection<User>) - Method in interface software.amazon.awssdk.services.identitystore.model.ListUsersResponse.Builder
A list of User objects in the identity store.
users(User...) - Method in interface software.amazon.awssdk.services.identitystore.model.ListUsersResponse.Builder
A list of User objects in the identity store.
users(Consumer<User.Builder>...) - Method in interface software.amazon.awssdk.services.identitystore.model.ListUsersResponse.Builder
A list of User objects in the identity store.
users() - Method in class software.amazon.awssdk.services.identitystore.model.ListUsersResponse
A list of User objects in the identity store.

V

ValidationException - Exception in software.amazon.awssdk.services.identitystore.model
The request failed because it contains a syntax error.
ValidationException.Builder - Interface in software.amazon.awssdk.services.identitystore.model
 
valueOf(String) - Static method in enum software.amazon.awssdk.services.identitystore.model.ResourceType
Returns the enum constant of this type with the specified name.
values() - Static method in enum software.amazon.awssdk.services.identitystore.model.ResourceType
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D E F G H I K L M N O R S T U V 
Skip navigation links

Copyright © 2022. All rights reserved.