Uses of Class
com.amazonaws.services.identitymanagement.model.GetRolePolicyResult
-
Packages that use GetRolePolicyResult Package Description com.amazonaws.services.identitymanagement com.amazonaws.services.identitymanagement.model -
-
Uses of GetRolePolicyResult in com.amazonaws.services.identitymanagement
Methods in com.amazonaws.services.identitymanagement that return GetRolePolicyResult Modifier and Type Method Description GetRolePolicyResult
AbstractAmazonIdentityManagement. getRolePolicy(GetRolePolicyRequest request)
GetRolePolicyResult
AmazonIdentityManagement. getRolePolicy(GetRolePolicyRequest getRolePolicyRequest)
Retrieves the specified inline policy document that is embedded with the specified IAM role.GetRolePolicyResult
AmazonIdentityManagementClient. getRolePolicy(GetRolePolicyRequest getRolePolicyRequest)
Retrieves the specified inline policy document that is embedded with the specified IAM role.Methods in com.amazonaws.services.identitymanagement that return types with arguments of type GetRolePolicyResult Modifier and Type Method Description Future<GetRolePolicyResult>
AbstractAmazonIdentityManagementAsync. getRolePolicyAsync(GetRolePolicyRequest request)
Future<GetRolePolicyResult>
AbstractAmazonIdentityManagementAsync. getRolePolicyAsync(GetRolePolicyRequest request, AsyncHandler<GetRolePolicyRequest,GetRolePolicyResult> asyncHandler)
Future<GetRolePolicyResult>
AmazonIdentityManagementAsync. getRolePolicyAsync(GetRolePolicyRequest getRolePolicyRequest)
Retrieves the specified inline policy document that is embedded with the specified IAM role.Future<GetRolePolicyResult>
AmazonIdentityManagementAsync. getRolePolicyAsync(GetRolePolicyRequest getRolePolicyRequest, AsyncHandler<GetRolePolicyRequest,GetRolePolicyResult> asyncHandler)
Retrieves the specified inline policy document that is embedded with the specified IAM role.Future<GetRolePolicyResult>
AmazonIdentityManagementAsyncClient. getRolePolicyAsync(GetRolePolicyRequest request)
Future<GetRolePolicyResult>
AmazonIdentityManagementAsyncClient. getRolePolicyAsync(GetRolePolicyRequest request, AsyncHandler<GetRolePolicyRequest,GetRolePolicyResult> asyncHandler)
Method parameters in com.amazonaws.services.identitymanagement with type arguments of type GetRolePolicyResult Modifier and Type Method Description Future<GetRolePolicyResult>
AbstractAmazonIdentityManagementAsync. getRolePolicyAsync(GetRolePolicyRequest request, AsyncHandler<GetRolePolicyRequest,GetRolePolicyResult> asyncHandler)
Future<GetRolePolicyResult>
AmazonIdentityManagementAsync. getRolePolicyAsync(GetRolePolicyRequest getRolePolicyRequest, AsyncHandler<GetRolePolicyRequest,GetRolePolicyResult> asyncHandler)
Retrieves the specified inline policy document that is embedded with the specified IAM role.Future<GetRolePolicyResult>
AmazonIdentityManagementAsyncClient. getRolePolicyAsync(GetRolePolicyRequest request, AsyncHandler<GetRolePolicyRequest,GetRolePolicyResult> asyncHandler)
-
Uses of GetRolePolicyResult in com.amazonaws.services.identitymanagement.model
Methods in com.amazonaws.services.identitymanagement.model that return GetRolePolicyResult Modifier and Type Method Description GetRolePolicyResult
GetRolePolicyResult. clone()
GetRolePolicyResult
GetRolePolicyResult. withPolicyDocument(String policyDocument)
The policy document.GetRolePolicyResult
GetRolePolicyResult. withPolicyName(String policyName)
The name of the policy.GetRolePolicyResult
GetRolePolicyResult. withRoleName(String roleName)
The role the policy is associated with.
-