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