| Package | Description |
|---|---|
| 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 |
| Modifier and Type | Method and Description |
|---|---|
default DescribeGroupResponse |
IdentitystoreClient.describeGroup(Consumer<DescribeGroupRequest.Builder> describeGroupRequest)
Retrieves the group metadata and attributes from
GroupId in an identity store. |
default DescribeGroupResponse |
IdentitystoreClient.describeGroup(DescribeGroupRequest describeGroupRequest)
Retrieves the group metadata and attributes from
GroupId in an identity store. |
default DescribeUserResponse |
IdentitystoreClient.describeUser(Consumer<DescribeUserRequest.Builder> describeUserRequest)
Retrieves the user metadata and attributes from
UserId in an identity store. |
default DescribeUserResponse |
IdentitystoreClient.describeUser(DescribeUserRequest describeUserRequest)
Retrieves the user metadata and attributes from
UserId in an identity store. |
default ListGroupsResponse |
IdentitystoreClient.listGroups(Consumer<ListGroupsRequest.Builder> listGroupsRequest)
Lists the attribute name and value of the group that you specified in the search.
|
default ListGroupsResponse |
IdentitystoreClient.listGroups(ListGroupsRequest listGroupsRequest)
Lists the attribute name and value of the group that you specified in the search.
|
default ListGroupsIterable |
IdentitystoreClient.listGroupsPaginator(Consumer<ListGroupsRequest.Builder> listGroupsRequest)
Lists the attribute name and value of the group that you specified in the search.
|
default ListGroupsIterable |
IdentitystoreClient.listGroupsPaginator(ListGroupsRequest listGroupsRequest)
Lists the attribute name and value of the group that you specified in the search.
|
default ListUsersResponse |
IdentitystoreClient.listUsers(Consumer<ListUsersRequest.Builder> listUsersRequest)
Lists the attribute name and value of the user that you specified in the search.
|
default ListUsersResponse |
IdentitystoreClient.listUsers(ListUsersRequest listUsersRequest)
Lists the attribute name and value of the user that you specified in the search.
|
default ListUsersIterable |
IdentitystoreClient.listUsersPaginator(Consumer<ListUsersRequest.Builder> listUsersRequest)
Lists the attribute name and value of the user that you specified in the search.
|
default ListUsersIterable |
IdentitystoreClient.listUsersPaginator(ListUsersRequest listUsersRequest)
Lists the attribute name and value of the user that you specified in the search.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AccessDeniedException
You do not have sufficient access to perform this action.
|
class |
InternalServerException
The request processing has failed because of an unknown error, exception or failure with an internal server.
|
class |
ResourceNotFoundException
Indicates that a requested resource is not found.
|
class |
ThrottlingException
Indicates that the principal has crossed the throttling limits of the API operations.
|
class |
ValidationException
The request failed because it contains a syntax error.
|
| Modifier and Type | Method and Description |
|---|---|
IdentitystoreException |
IdentitystoreException.BuilderImpl.build() |
| Constructor and Description |
|---|
BuilderImpl(IdentitystoreException ex) |
Copyright © 2022. All rights reserved.