Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.ResourcePolicy
Packages that use ResourcePolicy
-
Uses of ResourcePolicy in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return ResourcePolicyModifier and TypeMethodDescriptionfinal ResourcePolicyPutResourcePolicyResponse.resourcePolicy()The new policy.Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type ResourcePolicyModifier and TypeMethodDescriptionfinal List<ResourcePolicy>DescribeResourcePoliciesResponse.resourcePolicies()The resource policies that exist in this account.Methods in software.amazon.awssdk.services.cloudwatchlogs.model with parameters of type ResourcePolicyModifier and TypeMethodDescriptionDescribeResourcePoliciesResponse.Builder.resourcePolicies(ResourcePolicy... resourcePolicies) The resource policies that exist in this account.PutResourcePolicyResponse.Builder.resourcePolicy(ResourcePolicy resourcePolicy) The new policy.Method parameters in software.amazon.awssdk.services.cloudwatchlogs.model with type arguments of type ResourcePolicyModifier and TypeMethodDescriptionDescribeResourcePoliciesResponse.Builder.resourcePolicies(Collection<ResourcePolicy> resourcePolicies) The resource policies that exist in this account.