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

Packages that use ListInstanceProfilesForRoleRequest
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 ListInstanceProfilesForRoleRequest in com.amazonaws.services.identitymanagement
 

Methods in com.amazonaws.services.identitymanagement with parameters of type ListInstanceProfilesForRoleRequest
 ListInstanceProfilesForRoleResult AmazonIdentityManagementClient.listInstanceProfilesForRole(ListInstanceProfilesForRoleRequest listInstanceProfilesForRoleRequest)
           Lists the instance profiles that have the specified associated role.
 ListInstanceProfilesForRoleResult AmazonIdentityManagement.listInstanceProfilesForRole(ListInstanceProfilesForRoleRequest listInstanceProfilesForRoleRequest)
           Lists the instance profiles that have the specified associated role.
 Future<ListInstanceProfilesForRoleResult> AmazonIdentityManagementAsyncClient.listInstanceProfilesForRoleAsync(ListInstanceProfilesForRoleRequest listInstanceProfilesForRoleRequest)
           Lists the instance profiles that have the specified associated role.
 Future<ListInstanceProfilesForRoleResult> AmazonIdentityManagementAsync.listInstanceProfilesForRoleAsync(ListInstanceProfilesForRoleRequest listInstanceProfilesForRoleRequest)
           Lists the instance profiles that have the specified associated role.
 Future<ListInstanceProfilesForRoleResult> AmazonIdentityManagementAsyncClient.listInstanceProfilesForRoleAsync(ListInstanceProfilesForRoleRequest listInstanceProfilesForRoleRequest, AsyncHandler<ListInstanceProfilesForRoleRequest,ListInstanceProfilesForRoleResult> asyncHandler)
           Lists the instance profiles that have the specified associated role.
 Future<ListInstanceProfilesForRoleResult> AmazonIdentityManagementAsync.listInstanceProfilesForRoleAsync(ListInstanceProfilesForRoleRequest listInstanceProfilesForRoleRequest, AsyncHandler<ListInstanceProfilesForRoleRequest,ListInstanceProfilesForRoleResult> asyncHandler)
           Lists the instance profiles that have the specified associated role.
 

Method parameters in com.amazonaws.services.identitymanagement with type arguments of type ListInstanceProfilesForRoleRequest
 Future<ListInstanceProfilesForRoleResult> AmazonIdentityManagementAsyncClient.listInstanceProfilesForRoleAsync(ListInstanceProfilesForRoleRequest listInstanceProfilesForRoleRequest, AsyncHandler<ListInstanceProfilesForRoleRequest,ListInstanceProfilesForRoleResult> asyncHandler)
           Lists the instance profiles that have the specified associated role.
 Future<ListInstanceProfilesForRoleResult> AmazonIdentityManagementAsync.listInstanceProfilesForRoleAsync(ListInstanceProfilesForRoleRequest listInstanceProfilesForRoleRequest, AsyncHandler<ListInstanceProfilesForRoleRequest,ListInstanceProfilesForRoleResult> asyncHandler)
           Lists the instance profiles that have the specified associated role.
 

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

Methods in com.amazonaws.services.identitymanagement.model that return ListInstanceProfilesForRoleRequest
 ListInstanceProfilesForRoleRequest ListInstanceProfilesForRoleRequest.withMarker(String marker)
          Use this parameter only when paginating results, and only in a subsequent request after you've received a response where the results are truncated.
 ListInstanceProfilesForRoleRequest ListInstanceProfilesForRoleRequest.withMaxItems(Integer maxItems)
          Use this parameter only when paginating results to indicate the maximum number of user names you want in the response.
 ListInstanceProfilesForRoleRequest ListInstanceProfilesForRoleRequest.withRoleName(String roleName)
          The name of the role to list instance profiles for.
 



Copyright © 2016. All rights reserved.