Uses of Class
com.amazonaws.services.identitymanagement.model.RemoveRoleFromInstanceProfileRequest
Packages that use RemoveRoleFromInstanceProfileRequest
Package
Description
-
Uses of RemoveRoleFromInstanceProfileRequest in com.amazonaws.services.identitymanagement
Methods in com.amazonaws.services.identitymanagement with parameters of type RemoveRoleFromInstanceProfileRequestModifier and TypeMethodDescriptionAbstractAmazonIdentityManagement.removeRoleFromInstanceProfile
(RemoveRoleFromInstanceProfileRequest request) AmazonIdentityManagement.removeRoleFromInstanceProfile
(RemoveRoleFromInstanceProfileRequest removeRoleFromInstanceProfileRequest) Removes the specified IAM role from the specified EC2 instance profile.AmazonIdentityManagementClient.removeRoleFromInstanceProfile
(RemoveRoleFromInstanceProfileRequest removeRoleFromInstanceProfileRequest) Removes the specified IAM role from the specified EC2 instance profile.AbstractAmazonIdentityManagementAsync.removeRoleFromInstanceProfileAsync
(RemoveRoleFromInstanceProfileRequest request) AbstractAmazonIdentityManagementAsync.removeRoleFromInstanceProfileAsync
(RemoveRoleFromInstanceProfileRequest request, AsyncHandler<RemoveRoleFromInstanceProfileRequest, RemoveRoleFromInstanceProfileResult> asyncHandler) AmazonIdentityManagementAsync.removeRoleFromInstanceProfileAsync
(RemoveRoleFromInstanceProfileRequest removeRoleFromInstanceProfileRequest) Removes the specified IAM role from the specified EC2 instance profile.AmazonIdentityManagementAsync.removeRoleFromInstanceProfileAsync
(RemoveRoleFromInstanceProfileRequest removeRoleFromInstanceProfileRequest, AsyncHandler<RemoveRoleFromInstanceProfileRequest, RemoveRoleFromInstanceProfileResult> asyncHandler) Removes the specified IAM role from the specified EC2 instance profile.AmazonIdentityManagementAsyncClient.removeRoleFromInstanceProfileAsync
(RemoveRoleFromInstanceProfileRequest request) AmazonIdentityManagementAsyncClient.removeRoleFromInstanceProfileAsync
(RemoveRoleFromInstanceProfileRequest request, AsyncHandler<RemoveRoleFromInstanceProfileRequest, RemoveRoleFromInstanceProfileResult> asyncHandler) Method parameters in com.amazonaws.services.identitymanagement with type arguments of type RemoveRoleFromInstanceProfileRequestModifier and TypeMethodDescriptionAbstractAmazonIdentityManagementAsync.removeRoleFromInstanceProfileAsync
(RemoveRoleFromInstanceProfileRequest request, AsyncHandler<RemoveRoleFromInstanceProfileRequest, RemoveRoleFromInstanceProfileResult> asyncHandler) AmazonIdentityManagementAsync.removeRoleFromInstanceProfileAsync
(RemoveRoleFromInstanceProfileRequest removeRoleFromInstanceProfileRequest, AsyncHandler<RemoveRoleFromInstanceProfileRequest, RemoveRoleFromInstanceProfileResult> asyncHandler) Removes the specified IAM role from the specified EC2 instance profile.AmazonIdentityManagementAsyncClient.removeRoleFromInstanceProfileAsync
(RemoveRoleFromInstanceProfileRequest request, AsyncHandler<RemoveRoleFromInstanceProfileRequest, RemoveRoleFromInstanceProfileResult> asyncHandler) -
Uses of RemoveRoleFromInstanceProfileRequest in com.amazonaws.services.identitymanagement.model
Methods in com.amazonaws.services.identitymanagement.model that return RemoveRoleFromInstanceProfileRequestModifier and TypeMethodDescriptionRemoveRoleFromInstanceProfileRequest.clone()
RemoveRoleFromInstanceProfileRequest.withInstanceProfileName
(String instanceProfileName) The name of the instance profile to update.RemoveRoleFromInstanceProfileRequest.withRoleName
(String roleName) The name of the role to remove.