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