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.Builder
GetDataProtectionPolicyResponse. builder()
GetDataProtectionPolicyResponse.Builder
GetDataProtectionPolicyResponse.Builder. lastUpdatedTime(Long lastUpdatedTime)
The date and time that this policy was most recently updated.GetDataProtectionPolicyResponse.Builder
GetDataProtectionPolicyResponse.Builder. logGroupIdentifier(String logGroupIdentifier)
The log group name or ARN that you specified in your request.GetDataProtectionPolicyResponse.Builder
GetDataProtectionPolicyResponse.Builder. policyDocument(String policyDocument)
The data protection policy document for this log group.GetDataProtectionPolicyResponse.Builder
GetDataProtectionPolicyResponse. 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()
-