| Package | Description |
|---|---|
| software.amazon.awssdk.services.iam |
|
| Modifier and Type | Method and Description |
|---|---|
default CreateServiceLinkedRoleResponse |
IamClient.createServiceLinkedRole(Consumer<CreateServiceLinkedRoleRequest.Builder> createServiceLinkedRoleRequest)
Creates an IAM role that is linked to a specific Amazon Web Services service.
|
default CreateServiceLinkedRoleResponse |
IamClient.createServiceLinkedRole(CreateServiceLinkedRoleRequest createServiceLinkedRoleRequest)
Creates an IAM role that is linked to a specific Amazon Web Services service.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateServiceLinkedRoleResponse> |
IamAsyncClient.createServiceLinkedRole(Consumer<CreateServiceLinkedRoleRequest.Builder> createServiceLinkedRoleRequest)
Creates an IAM role that is linked to a specific Amazon Web Services service.
|
default CompletableFuture<CreateServiceLinkedRoleResponse> |
IamAsyncClient.createServiceLinkedRole(CreateServiceLinkedRoleRequest createServiceLinkedRoleRequest)
Creates an IAM role that is linked to a specific Amazon Web Services service.
|
Copyright © 2022. All rights reserved.