Uses of Class
software.amazon.awssdk.services.iam.model.RemoveRoleFromInstanceProfileRequest
-
Packages that use RemoveRoleFromInstanceProfileRequest Package Description software.amazon.awssdk.services.iam Identity and Access Management software.amazon.awssdk.services.iam.transform -
-
Uses of RemoveRoleFromInstanceProfileRequest in software.amazon.awssdk.services.iam
Methods in software.amazon.awssdk.services.iam with parameters of type RemoveRoleFromInstanceProfileRequest Modifier and Type Method Description default CompletableFuture<RemoveRoleFromInstanceProfileResponse>IamAsyncClient. removeRoleFromInstanceProfile(RemoveRoleFromInstanceProfileRequest 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. -
Uses of RemoveRoleFromInstanceProfileRequest in software.amazon.awssdk.services.iam.transform
Methods in software.amazon.awssdk.services.iam.transform with parameters of type RemoveRoleFromInstanceProfileRequest Modifier and Type Method Description SdkHttpFullRequestRemoveRoleFromInstanceProfileRequestMarshaller. marshall(RemoveRoleFromInstanceProfileRequest removeRoleFromInstanceProfileRequest)
-