Uses of Class
software.amazon.awssdk.services.identitystore.model.DescribeGroupResponse
-
Packages that use DescribeGroupResponse Package Description software.amazon.awssdk.services.identitystore The Identity Store service used by IAM Identity Center provides a single place to retrieve all of your identities (users and groups). -
-
Uses of DescribeGroupResponse in software.amazon.awssdk.services.identitystore
Methods in software.amazon.awssdk.services.identitystore that return DescribeGroupResponse Modifier and Type Method Description default DescribeGroupResponseIdentitystoreClient. describeGroup(Consumer<DescribeGroupRequest.Builder> describeGroupRequest)Retrieves the group metadata and attributes fromGroupIdin an identity store.default DescribeGroupResponseIdentitystoreClient. describeGroup(DescribeGroupRequest describeGroupRequest)Retrieves the group metadata and attributes fromGroupIdin an identity store.Methods in software.amazon.awssdk.services.identitystore that return types with arguments of type DescribeGroupResponse Modifier and Type Method Description default CompletableFuture<DescribeGroupResponse>IdentitystoreAsyncClient. describeGroup(Consumer<DescribeGroupRequest.Builder> describeGroupRequest)Retrieves the group metadata and attributes fromGroupIdin an identity store.default CompletableFuture<DescribeGroupResponse>IdentitystoreAsyncClient. describeGroup(DescribeGroupRequest describeGroupRequest)Retrieves the group metadata and attributes fromGroupIdin an identity store.
-