Uses of Class
software.amazon.awssdk.services.identitystore.model.CreateGroupResponse
-
Packages that use CreateGroupResponse 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 CreateGroupResponse in software.amazon.awssdk.services.identitystore
Methods in software.amazon.awssdk.services.identitystore that return CreateGroupResponse Modifier and Type Method Description default CreateGroupResponseIdentitystoreClient. createGroup(Consumer<CreateGroupRequest.Builder> createGroupRequest)Creates a group within the specified identity store.default CreateGroupResponseIdentitystoreClient. createGroup(CreateGroupRequest createGroupRequest)Creates a group within the specified identity store.Methods in software.amazon.awssdk.services.identitystore that return types with arguments of type CreateGroupResponse Modifier and Type Method Description default CompletableFuture<CreateGroupResponse>IdentitystoreAsyncClient. createGroup(Consumer<CreateGroupRequest.Builder> createGroupRequest)Creates a group within the specified identity store.default CompletableFuture<CreateGroupResponse>IdentitystoreAsyncClient. createGroup(CreateGroupRequest createGroupRequest)Creates a group within the specified identity store.
-