Uses of Class
software.amazon.awssdk.services.identitystore.model.GetGroupIdResponse
-
Packages that use GetGroupIdResponse 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 GetGroupIdResponse in software.amazon.awssdk.services.identitystore
Methods in software.amazon.awssdk.services.identitystore that return GetGroupIdResponse Modifier and Type Method Description default GetGroupIdResponseIdentitystoreClient. getGroupId(Consumer<GetGroupIdRequest.Builder> getGroupIdRequest)RetrievesGroupIdin an identity store.default GetGroupIdResponseIdentitystoreClient. getGroupId(GetGroupIdRequest getGroupIdRequest)RetrievesGroupIdin an identity store.Methods in software.amazon.awssdk.services.identitystore that return types with arguments of type GetGroupIdResponse Modifier and Type Method Description default CompletableFuture<GetGroupIdResponse>IdentitystoreAsyncClient. getGroupId(Consumer<GetGroupIdRequest.Builder> getGroupIdRequest)RetrievesGroupIdin an identity store.default CompletableFuture<GetGroupIdResponse>IdentitystoreAsyncClient. getGroupId(GetGroupIdRequest getGroupIdRequest)RetrievesGroupIdin an identity store.
-