Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.PutIndexPolicyResponse.Builder
-
Packages that use PutIndexPolicyResponse.Builder Package Description software.amazon.awssdk.services.cloudwatchlogs.model -
-
Uses of PutIndexPolicyResponse.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return PutIndexPolicyResponse.Builder Modifier and Type Method Description static PutIndexPolicyResponse.BuilderPutIndexPolicyResponse. builder()default PutIndexPolicyResponse.BuilderPutIndexPolicyResponse.Builder. indexPolicy(Consumer<IndexPolicy.Builder> indexPolicy)The index policy that you just created or updated.PutIndexPolicyResponse.BuilderPutIndexPolicyResponse.Builder. indexPolicy(IndexPolicy indexPolicy)The index policy that you just created or updated.PutIndexPolicyResponse.BuilderPutIndexPolicyResponse. toBuilder()Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type PutIndexPolicyResponse.Builder Modifier and Type Method Description static Class<? extends PutIndexPolicyResponse.Builder>PutIndexPolicyResponse. serializableBuilderClass()
-