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

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

Methods in com.amazonaws.services.identitymanagement that return GetRoleResult
 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.
 

Methods in com.amazonaws.services.identitymanagement that return types with arguments of type GetRoleResult
 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 GetRoleResult
 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 GetRoleResult in com.amazonaws.services.identitymanagement.model
 

Methods in com.amazonaws.services.identitymanagement.model that return GetRoleResult
 GetRoleResult GetRoleResult.withRole(Role role)
          Information about the role.
 



Copyright © 2016. All rights reserved.