| Package | Description |
|---|---|
| com.amazonaws.services.identitymanagement |
|
| com.amazonaws.services.identitymanagement.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateGroupResult> |
AbstractAmazonIdentityManagementAsync.createGroupAsync(CreateGroupRequest request,
AsyncHandler<CreateGroupRequest,CreateGroupResult> asyncHandler) |
Future<CreateGroupResult> |
AmazonIdentityManagementAsync.createGroupAsync(CreateGroupRequest createGroupRequest,
AsyncHandler<CreateGroupRequest,CreateGroupResult> asyncHandler)
Creates a new group.
|
Future<CreateGroupResult> |
AmazonIdentityManagementAsyncClient.createGroupAsync(CreateGroupRequest request,
AsyncHandler<CreateGroupRequest,CreateGroupResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateGroupRequest |
CreateGroupRequest.clone() |
CreateGroupRequest |
CreateGroupRequest.withGroupName(String groupName)
The name of the group to create.
|
CreateGroupRequest |
CreateGroupRequest.withPath(String path)
The path to the group.
|
Copyright © 2022. All rights reserved.