Uses of Class
com.amazonaws.services.identitymanagement.model.GetRoleResult
Packages that use GetRoleResult
Package
Description
-
Uses of GetRoleResult in com.amazonaws.services.identitymanagement
Methods in com.amazonaws.services.identitymanagement that return GetRoleResultModifier and TypeMethodDescriptionAbstractAmazonIdentityManagement.getRole
(GetRoleRequest request) AmazonIdentityManagement.getRole
(GetRoleRequest getRoleRequest) Retrieves information about the specified role, including the role's path, GUID, ARN, and the role's trust policy that grants permission to assume the role.AmazonIdentityManagementClient.getRole
(GetRoleRequest getRoleRequest) Retrieves information about the specified role, including the role's path, GUID, ARN, and the role's trust policy that grants permission to assume the role.Methods in com.amazonaws.services.identitymanagement that return types with arguments of type GetRoleResultModifier and TypeMethodDescriptionAbstractAmazonIdentityManagementAsync.getRoleAsync
(GetRoleRequest request) AbstractAmazonIdentityManagementAsync.getRoleAsync
(GetRoleRequest request, AsyncHandler<GetRoleRequest, GetRoleResult> asyncHandler) AmazonIdentityManagementAsync.getRoleAsync
(GetRoleRequest getRoleRequest) Retrieves information about the specified role, including the role's path, GUID, ARN, and the role's trust policy that grants permission to assume the role.AmazonIdentityManagementAsync.getRoleAsync
(GetRoleRequest getRoleRequest, AsyncHandler<GetRoleRequest, GetRoleResult> asyncHandler) Retrieves information about the specified role, including the role's path, GUID, ARN, and the role's trust policy that grants permission to assume the role.AmazonIdentityManagementAsyncClient.getRoleAsync
(GetRoleRequest request) AmazonIdentityManagementAsyncClient.getRoleAsync
(GetRoleRequest request, AsyncHandler<GetRoleRequest, GetRoleResult> asyncHandler) Method parameters in com.amazonaws.services.identitymanagement with type arguments of type GetRoleResultModifier and TypeMethodDescriptionAbstractAmazonIdentityManagementAsync.getRoleAsync
(GetRoleRequest request, AsyncHandler<GetRoleRequest, GetRoleResult> asyncHandler) AmazonIdentityManagementAsync.getRoleAsync
(GetRoleRequest getRoleRequest, AsyncHandler<GetRoleRequest, GetRoleResult> asyncHandler) Retrieves information about the specified role, including the role's path, GUID, ARN, and the role's trust policy that grants permission to assume the role.AmazonIdentityManagementAsyncClient.getRoleAsync
(GetRoleRequest request, AsyncHandler<GetRoleRequest, GetRoleResult> asyncHandler) -
Uses of GetRoleResult in com.amazonaws.services.identitymanagement.model
Methods in com.amazonaws.services.identitymanagement.model that return GetRoleResultModifier and TypeMethodDescriptionGetRoleResult.clone()
A structure containing details about the IAM role.