| Package | Description |
|---|---|
| com.amazonaws.services.identitystore |
The Identity Store service used by IAM Identity Center provides a single place to retrieve all of your identities
(users and groups).
|
| com.amazonaws.services.identitystore.model |
| Modifier and Type | Method and Description |
|---|---|
DescribeGroupResult |
AWSIdentityStoreClient.describeGroup(DescribeGroupRequest request)
Retrieves the group metadata and attributes from
GroupId in an identity store. |
DescribeGroupResult |
AbstractAWSIdentityStore.describeGroup(DescribeGroupRequest request) |
DescribeGroupResult |
AWSIdentityStore.describeGroup(DescribeGroupRequest describeGroupRequest)
Retrieves the group metadata and attributes from
GroupId in an identity store. |
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeGroupResult> |
AWSIdentityStoreAsyncClient.describeGroupAsync(DescribeGroupRequest request,
AsyncHandler<DescribeGroupRequest,DescribeGroupResult> asyncHandler) |
Future<DescribeGroupResult> |
AbstractAWSIdentityStoreAsync.describeGroupAsync(DescribeGroupRequest request,
AsyncHandler<DescribeGroupRequest,DescribeGroupResult> asyncHandler) |
Future<DescribeGroupResult> |
AWSIdentityStoreAsync.describeGroupAsync(DescribeGroupRequest describeGroupRequest,
AsyncHandler<DescribeGroupRequest,DescribeGroupResult> asyncHandler)
Retrieves the group metadata and attributes from
GroupId in an identity store. |
| Modifier and Type | Method and Description |
|---|---|
DescribeGroupResult |
DescribeGroupResult.clone() |
DescribeGroupResult |
DescribeGroupResult.withDescription(String description)
A string containing a description of the group.
|
DescribeGroupResult |
DescribeGroupResult.withDisplayName(String displayName)
The group’s display name value.
|
DescribeGroupResult |
DescribeGroupResult.withExternalIds(Collection<ExternalId> externalIds)
A list of
ExternalId objects that contains the identifiers issued to this resource by an external
identity provider. |
DescribeGroupResult |
DescribeGroupResult.withExternalIds(ExternalId... externalIds)
A list of
ExternalId objects that contains the identifiers issued to this resource by an external
identity provider. |
DescribeGroupResult |
DescribeGroupResult.withGroupId(String groupId)
The identifier for a group in the identity store.
|
DescribeGroupResult |
DescribeGroupResult.withIdentityStoreId(String identityStoreId)
The globally unique identifier for the identity store.
|
Copyright © 2023. All rights reserved.