| Package | Description |
|---|---|
| software.amazon.awssdk.services.iam |
|
| Modifier and Type | Method and Description |
|---|---|
default DeleteServiceLinkedRoleResponse |
IamClient.deleteServiceLinkedRole(Consumer<DeleteServiceLinkedRoleRequest.Builder> deleteServiceLinkedRoleRequest)
Submits a service-linked role deletion request and returns a
DeletionTaskId, which you can use to
check the status of the deletion. |
default DeleteServiceLinkedRoleResponse |
IamClient.deleteServiceLinkedRole(DeleteServiceLinkedRoleRequest deleteServiceLinkedRoleRequest)
Submits a service-linked role deletion request and returns a
DeletionTaskId, which you can use to
check the status of the deletion. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DeleteServiceLinkedRoleResponse> |
IamAsyncClient.deleteServiceLinkedRole(Consumer<DeleteServiceLinkedRoleRequest.Builder> deleteServiceLinkedRoleRequest)
Submits a service-linked role deletion request and returns a
DeletionTaskId, which you can use to
check the status of the deletion. |
default CompletableFuture<DeleteServiceLinkedRoleResponse> |
IamAsyncClient.deleteServiceLinkedRole(DeleteServiceLinkedRoleRequest deleteServiceLinkedRoleRequest)
Submits a service-linked role deletion request and returns a
DeletionTaskId, which you can use to
check the status of the deletion. |
Copyright © 2023. All rights reserved.