Uses of Class
software.amazon.awssdk.services.cloudtrail.model.GetResourcePolicyResponse
-
Packages that use GetResourcePolicyResponse Package Description software.amazon.awssdk.services.cloudtrail CloudTrail -
-
Uses of GetResourcePolicyResponse in software.amazon.awssdk.services.cloudtrail
Methods in software.amazon.awssdk.services.cloudtrail that return GetResourcePolicyResponse Modifier and Type Method Description default GetResourcePolicyResponseCloudTrailClient. getResourcePolicy(Consumer<GetResourcePolicyRequest.Builder> getResourcePolicyRequest)Retrieves the JSON text of the resource-based policy document attached to the CloudTrail channel.default GetResourcePolicyResponseCloudTrailClient. getResourcePolicy(GetResourcePolicyRequest getResourcePolicyRequest)Retrieves the JSON text of the resource-based policy document attached to the CloudTrail channel.Methods in software.amazon.awssdk.services.cloudtrail that return types with arguments of type GetResourcePolicyResponse Modifier and Type Method Description default CompletableFuture<GetResourcePolicyResponse>CloudTrailAsyncClient. getResourcePolicy(Consumer<GetResourcePolicyRequest.Builder> getResourcePolicyRequest)Retrieves the JSON text of the resource-based policy document attached to the CloudTrail channel.default CompletableFuture<GetResourcePolicyResponse>CloudTrailAsyncClient. getResourcePolicy(GetResourcePolicyRequest getResourcePolicyRequest)Retrieves the JSON text of the resource-based policy document attached to the CloudTrail channel.
-