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

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

Methods in com.amazonaws.services.identitymanagement with parameters of type GetRoleRequest
 GetRoleResult AmazonIdentityManagementClient.getRole(GetRoleRequest getRoleRequest)
           Retrieves information about the specified role, including the role's path, GUID, ARN, and the policy granting permission to EC2 to assume the role.
 GetRoleResult AmazonIdentityManagement.getRole(GetRoleRequest getRoleRequest)
           Retrieves information about the specified role, including the role's path, GUID, ARN, and the policy granting permission to EC2 to assume the role.
 Future<GetRoleResult> AmazonIdentityManagementAsyncClient.getRoleAsync(GetRoleRequest getRoleRequest)
           Retrieves information about the specified role, including the role's path, GUID, ARN, and the policy granting permission to EC2 to assume the role.
 Future<GetRoleResult> AmazonIdentityManagementAsync.getRoleAsync(GetRoleRequest getRoleRequest)
           Retrieves information about the specified role, including the role's path, GUID, ARN, and the policy granting permission to EC2 to assume the role.
 Future<GetRoleResult> AmazonIdentityManagementAsyncClient.getRoleAsync(GetRoleRequest getRoleRequest, AsyncHandler<GetRoleRequest,GetRoleResult> asyncHandler)
           Retrieves information about the specified role, including the role's path, GUID, ARN, and the policy granting permission to EC2 to assume the role.
 Future<GetRoleResult> AmazonIdentityManagementAsync.getRoleAsync(GetRoleRequest getRoleRequest, AsyncHandler<GetRoleRequest,GetRoleResult> asyncHandler)
           Retrieves information about the specified role, including the role's path, GUID, ARN, and the policy granting permission to EC2 to assume the role.
 

Method parameters in com.amazonaws.services.identitymanagement with type arguments of type GetRoleRequest
 Future<GetRoleResult> AmazonIdentityManagementAsyncClient.getRoleAsync(GetRoleRequest getRoleRequest, AsyncHandler<GetRoleRequest,GetRoleResult> asyncHandler)
           Retrieves information about the specified role, including the role's path, GUID, ARN, and the policy granting permission to EC2 to assume the role.
 Future<GetRoleResult> AmazonIdentityManagementAsync.getRoleAsync(GetRoleRequest getRoleRequest, AsyncHandler<GetRoleRequest,GetRoleResult> asyncHandler)
           Retrieves information about the specified role, including the role's path, GUID, ARN, and the policy granting permission to EC2 to assume the role.
 

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

Methods in com.amazonaws.services.identitymanagement.model that return GetRoleRequest
 GetRoleRequest GetRoleRequest.withRoleName(String roleName)
          Name of the role to get information about.
 



Copyright © 2016. All rights reserved.