Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.PutAccountPolicyResponse.Builder
-
Packages that use PutAccountPolicyResponse.Builder Package Description software.amazon.awssdk.services.cloudwatchlogs.model -
-
Uses of PutAccountPolicyResponse.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return PutAccountPolicyResponse.Builder Modifier and Type Method Description default PutAccountPolicyResponse.BuilderPutAccountPolicyResponse.Builder. accountPolicy(Consumer<AccountPolicy.Builder> accountPolicy)The account policy that you created.PutAccountPolicyResponse.BuilderPutAccountPolicyResponse.Builder. accountPolicy(AccountPolicy accountPolicy)The account policy that you created.static PutAccountPolicyResponse.BuilderPutAccountPolicyResponse. builder()PutAccountPolicyResponse.BuilderPutAccountPolicyResponse. toBuilder()Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type PutAccountPolicyResponse.Builder Modifier and Type Method Description static Class<? extends PutAccountPolicyResponse.Builder>PutAccountPolicyResponse. serializableBuilderClass()
-