Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.PutDataProtectionPolicyResponse.Builder
Packages that use PutDataProtectionPolicyResponse.Builder
-
Uses of PutDataProtectionPolicyResponse.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return PutDataProtectionPolicyResponse.BuilderModifier and TypeMethodDescriptionPutDataProtectionPolicyResponse.builder()PutDataProtectionPolicyResponse.Builder.lastUpdatedTime(Long lastUpdatedTime) The date and time that this policy was most recently updated.PutDataProtectionPolicyResponse.Builder.logGroupIdentifier(String logGroupIdentifier) The log group name or ARN that you specified in your request.PutDataProtectionPolicyResponse.Builder.policyDocument(String policyDocument) The data protection policy used for this log group.PutDataProtectionPolicyResponse.toBuilder()Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type PutDataProtectionPolicyResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends PutDataProtectionPolicyResponse.Builder>PutDataProtectionPolicyResponse.serializableBuilderClass()