Uses of Class
software.amazon.awssdk.services.identitystore.model.DeleteGroupResponse
-
Packages that use DeleteGroupResponse 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 DeleteGroupResponse in software.amazon.awssdk.services.identitystore
Methods in software.amazon.awssdk.services.identitystore that return DeleteGroupResponse Modifier and Type Method Description default DeleteGroupResponseIdentitystoreClient. deleteGroup(Consumer<DeleteGroupRequest.Builder> deleteGroupRequest)Delete a group within an identity store givenGroupId.default DeleteGroupResponseIdentitystoreClient. deleteGroup(DeleteGroupRequest deleteGroupRequest)Delete a group within an identity store givenGroupId.Methods in software.amazon.awssdk.services.identitystore that return types with arguments of type DeleteGroupResponse Modifier and Type Method Description default CompletableFuture<DeleteGroupResponse>IdentitystoreAsyncClient. deleteGroup(Consumer<DeleteGroupRequest.Builder> deleteGroupRequest)Delete a group within an identity store givenGroupId.default CompletableFuture<DeleteGroupResponse>IdentitystoreAsyncClient. deleteGroup(DeleteGroupRequest deleteGroupRequest)Delete a group within an identity store givenGroupId.
-