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