Uses of Interface
software.amazon.awssdk.services.config.model.PutConformancePackResponse.Builder
-
Packages that use PutConformancePackResponse.Builder Package Description software.amazon.awssdk.services.config.model -
-
Uses of PutConformancePackResponse.Builder in software.amazon.awssdk.services.config.model
Methods in software.amazon.awssdk.services.config.model that return PutConformancePackResponse.Builder Modifier and Type Method Description static PutConformancePackResponse.BuilderPutConformancePackResponse. builder()PutConformancePackResponse.BuilderPutConformancePackResponse.Builder. conformancePackArn(String conformancePackArn)ARN of the conformance pack.PutConformancePackResponse.BuilderPutConformancePackResponse. toBuilder()Methods in software.amazon.awssdk.services.config.model that return types with arguments of type PutConformancePackResponse.Builder Modifier and Type Method Description static Class<? extends PutConformancePackResponse.Builder>PutConformancePackResponse. serializableBuilderClass()
-