Uses of Class
com.amazonaws.services.identitymanagement.model.RemoveRoleFromInstanceProfileRequest

Packages that use RemoveRoleFromInstanceProfileRequest
com.amazonaws.services.identitymanagement Synchronous and asynchronous client classes for accessing AmazonIdentityManagement. 
com.amazonaws.services.identitymanagement.model Classes modeling the various types represented by AmazonIdentityManagement. 
 

Uses of RemoveRoleFromInstanceProfileRequest in com.amazonaws.services.identitymanagement
 

Methods in com.amazonaws.services.identitymanagement with parameters of type RemoveRoleFromInstanceProfileRequest
 void AmazonIdentityManagementClient.removeRoleFromInstanceProfile(RemoveRoleFromInstanceProfileRequest removeRoleFromInstanceProfileRequest)
           Removes the specified role from the specified instance profile.
 void AmazonIdentityManagement.removeRoleFromInstanceProfile(RemoveRoleFromInstanceProfileRequest removeRoleFromInstanceProfileRequest)
           Removes the specified role from the specified instance profile.
 Future<Void> AmazonIdentityManagementAsyncClient.removeRoleFromInstanceProfileAsync(RemoveRoleFromInstanceProfileRequest removeRoleFromInstanceProfileRequest)
           Removes the specified role from the specified instance profile.
 Future<Void> AmazonIdentityManagementAsync.removeRoleFromInstanceProfileAsync(RemoveRoleFromInstanceProfileRequest removeRoleFromInstanceProfileRequest)
           Removes the specified role from the specified instance profile.
 Future<Void> AmazonIdentityManagementAsyncClient.removeRoleFromInstanceProfileAsync(RemoveRoleFromInstanceProfileRequest removeRoleFromInstanceProfileRequest, AsyncHandler<RemoveRoleFromInstanceProfileRequest,Void> asyncHandler)
           Removes the specified role from the specified instance profile.
 Future<Void> AmazonIdentityManagementAsync.removeRoleFromInstanceProfileAsync(RemoveRoleFromInstanceProfileRequest removeRoleFromInstanceProfileRequest, AsyncHandler<RemoveRoleFromInstanceProfileRequest,Void> asyncHandler)
           Removes the specified role from the specified instance profile.
 

Method parameters in com.amazonaws.services.identitymanagement with type arguments of type RemoveRoleFromInstanceProfileRequest
 Future<Void> AmazonIdentityManagementAsyncClient.removeRoleFromInstanceProfileAsync(RemoveRoleFromInstanceProfileRequest removeRoleFromInstanceProfileRequest, AsyncHandler<RemoveRoleFromInstanceProfileRequest,Void> asyncHandler)
           Removes the specified role from the specified instance profile.
 Future<Void> AmazonIdentityManagementAsync.removeRoleFromInstanceProfileAsync(RemoveRoleFromInstanceProfileRequest removeRoleFromInstanceProfileRequest, AsyncHandler<RemoveRoleFromInstanceProfileRequest,Void> asyncHandler)
           Removes the specified role from the specified instance profile.
 

Uses of RemoveRoleFromInstanceProfileRequest in com.amazonaws.services.identitymanagement.model
 

Methods in com.amazonaws.services.identitymanagement.model that return RemoveRoleFromInstanceProfileRequest
 RemoveRoleFromInstanceProfileRequest RemoveRoleFromInstanceProfileRequest.withInstanceProfileName(String instanceProfileName)
          Name of the instance profile to update.
 RemoveRoleFromInstanceProfileRequest RemoveRoleFromInstanceProfileRequest.withRoleName(String roleName)
          Name of the role to remove.
 



Copyright © 2016. All rights reserved.