| Package | Description |
|---|---|
| com.amazonaws.services.identitymanagement |
|
| com.amazonaws.services.identitymanagement.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateServiceLinkedRoleResult> |
AbstractAmazonIdentityManagementAsync.createServiceLinkedRoleAsync(CreateServiceLinkedRoleRequest request,
AsyncHandler<CreateServiceLinkedRoleRequest,CreateServiceLinkedRoleResult> asyncHandler) |
Future<CreateServiceLinkedRoleResult> |
AmazonIdentityManagementAsyncClient.createServiceLinkedRoleAsync(CreateServiceLinkedRoleRequest request,
AsyncHandler<CreateServiceLinkedRoleRequest,CreateServiceLinkedRoleResult> asyncHandler) |
Future<CreateServiceLinkedRoleResult> |
AmazonIdentityManagementAsync.createServiceLinkedRoleAsync(CreateServiceLinkedRoleRequest createServiceLinkedRoleRequest,
AsyncHandler<CreateServiceLinkedRoleRequest,CreateServiceLinkedRoleResult> asyncHandler)
Creates an IAM role that is linked to a specific AWS service.
|
| Modifier and Type | Method and Description |
|---|---|
CreateServiceLinkedRoleRequest |
CreateServiceLinkedRoleRequest.clone() |
CreateServiceLinkedRoleRequest |
CreateServiceLinkedRoleRequest.withAWSServiceName(String aWSServiceName)
The AWS service to which this role is attached.
|
CreateServiceLinkedRoleRequest |
CreateServiceLinkedRoleRequest.withCustomSuffix(String customSuffix)
A string that you provide, which is combined with the service name to form the complete role name.
|
CreateServiceLinkedRoleRequest |
CreateServiceLinkedRoleRequest.withDescription(String description)
The description of the role.
|
Copyright © 2018. All rights reserved.