| Package | Description |
|---|---|
| software.amazon.awssdk.services.identitystore |
null
|
| 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. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DescribeGroupResponse> |
IdentitystoreAsyncClient.describeGroup(Consumer<DescribeGroupRequest.Builder> describeGroupRequest)
Retrieves the group metadata and attributes from
GroupId in an identity store. |
default CompletableFuture<DescribeGroupResponse> |
IdentitystoreAsyncClient.describeGroup(DescribeGroupRequest describeGroupRequest)
Retrieves the group metadata and attributes from
GroupId in an identity store. |
Copyright © 2020. All rights reserved.