Uses of Class
software.amazon.awssdk.services.iam.model.GetRolePolicyRequest
-
Packages that use GetRolePolicyRequest Package Description software.amazon.awssdk.services.iam Identity and Access Management software.amazon.awssdk.services.iam.transform -
-
Uses of GetRolePolicyRequest in software.amazon.awssdk.services.iam
Methods in software.amazon.awssdk.services.iam with parameters of type GetRolePolicyRequest Modifier and Type Method Description default CompletableFuture<GetRolePolicyResponse>IamAsyncClient. getRolePolicy(GetRolePolicyRequest 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. -
Uses of GetRolePolicyRequest in software.amazon.awssdk.services.iam.transform
Methods in software.amazon.awssdk.services.iam.transform with parameters of type GetRolePolicyRequest Modifier and Type Method Description SdkHttpFullRequestGetRolePolicyRequestMarshaller. marshall(GetRolePolicyRequest getRolePolicyRequest)
-