Uses of Class
software.amazon.awssdk.services.iam.model.RemoveRoleFromInstanceProfileResponse
-
Packages that use RemoveRoleFromInstanceProfileResponse Package Description software.amazon.awssdk.services.iam Identity and Access Management -
-
Uses of RemoveRoleFromInstanceProfileResponse in software.amazon.awssdk.services.iam
Methods in software.amazon.awssdk.services.iam that return RemoveRoleFromInstanceProfileResponse Modifier and Type Method Description default RemoveRoleFromInstanceProfileResponseIamClient. removeRoleFromInstanceProfile(Consumer<RemoveRoleFromInstanceProfileRequest.Builder> removeRoleFromInstanceProfileRequest)Removes the specified IAM role from the specified Amazon EC2 instance profile.default RemoveRoleFromInstanceProfileResponseIamClient. removeRoleFromInstanceProfile(RemoveRoleFromInstanceProfileRequest removeRoleFromInstanceProfileRequest)Removes the specified IAM role from the specified Amazon EC2 instance profile.Methods in software.amazon.awssdk.services.iam that return types with arguments of type RemoveRoleFromInstanceProfileResponse Modifier and Type Method Description default CompletableFuture<RemoveRoleFromInstanceProfileResponse>IamAsyncClient. removeRoleFromInstanceProfile(Consumer<RemoveRoleFromInstanceProfileRequest.Builder> removeRoleFromInstanceProfileRequest)Removes the specified IAM role from the specified Amazon EC2 instance profile.default CompletableFuture<RemoveRoleFromInstanceProfileResponse>IamAsyncClient. removeRoleFromInstanceProfile(RemoveRoleFromInstanceProfileRequest removeRoleFromInstanceProfileRequest)Removes the specified IAM role from the specified Amazon EC2 instance profile.
-