Uses of Class
software.amazon.awssdk.services.iam.model.GetRolePolicyResponse
-
Packages that use GetRolePolicyResponse Package Description software.amazon.awssdk.services.iam Identity and Access Management -
-
Uses of GetRolePolicyResponse in software.amazon.awssdk.services.iam
Methods in software.amazon.awssdk.services.iam that return GetRolePolicyResponse Modifier and Type Method Description default GetRolePolicyResponseIamClient. getRolePolicy(Consumer<GetRolePolicyRequest.Builder> getRolePolicyRequest)Retrieves the specified inline policy document that is embedded with the specified IAM role.default GetRolePolicyResponseIamClient. getRolePolicy(GetRolePolicyRequest getRolePolicyRequest)Retrieves the specified inline policy document that is embedded with the specified IAM role.Methods in software.amazon.awssdk.services.iam that return types with arguments of type GetRolePolicyResponse Modifier and Type Method Description default CompletableFuture<GetRolePolicyResponse>IamAsyncClient. getRolePolicy(Consumer<GetRolePolicyRequest.Builder> getRolePolicyRequest)Retrieves the specified inline policy document that is embedded with the specified IAM role.default CompletableFuture<GetRolePolicyResponse>IamAsyncClient. getRolePolicy(GetRolePolicyRequest getRolePolicyRequest)Retrieves the specified inline policy document that is embedded with the specified IAM role.
-