Uses of Class
software.amazon.awssdk.services.iam.model.GetServiceLinkedRoleDeletionStatusResponse
-
Packages that use GetServiceLinkedRoleDeletionStatusResponse Package Description software.amazon.awssdk.services.iam Identity and Access Management -
-
Uses of GetServiceLinkedRoleDeletionStatusResponse in software.amazon.awssdk.services.iam
Methods in software.amazon.awssdk.services.iam that return GetServiceLinkedRoleDeletionStatusResponse Modifier and Type Method Description default GetServiceLinkedRoleDeletionStatusResponseIamClient. getServiceLinkedRoleDeletionStatus(Consumer<GetServiceLinkedRoleDeletionStatusRequest.Builder> getServiceLinkedRoleDeletionStatusRequest)Retrieves the status of your service-linked role deletion.default GetServiceLinkedRoleDeletionStatusResponseIamClient. getServiceLinkedRoleDeletionStatus(GetServiceLinkedRoleDeletionStatusRequest getServiceLinkedRoleDeletionStatusRequest)Retrieves the status of your service-linked role deletion.Methods in software.amazon.awssdk.services.iam that return types with arguments of type GetServiceLinkedRoleDeletionStatusResponse Modifier and Type Method Description default CompletableFuture<GetServiceLinkedRoleDeletionStatusResponse>IamAsyncClient. getServiceLinkedRoleDeletionStatus(Consumer<GetServiceLinkedRoleDeletionStatusRequest.Builder> getServiceLinkedRoleDeletionStatusRequest)Retrieves the status of your service-linked role deletion.default CompletableFuture<GetServiceLinkedRoleDeletionStatusResponse>IamAsyncClient. getServiceLinkedRoleDeletionStatus(GetServiceLinkedRoleDeletionStatusRequest getServiceLinkedRoleDeletionStatusRequest)Retrieves the status of your service-linked role deletion.
-