Uses of Class
software.amazon.awssdk.services.config.model.ConformancePackInputParameter
-
Packages that use ConformancePackInputParameter Package Description software.amazon.awssdk.services.config.model -
-
Uses of ConformancePackInputParameter in software.amazon.awssdk.services.config.model
Methods in software.amazon.awssdk.services.config.model that return types with arguments of type ConformancePackInputParameter Modifier and Type Method Description List<ConformancePackInputParameter>ConformancePackDetail. conformancePackInputParameters()A list ofConformancePackInputParameterobjects.List<ConformancePackInputParameter>OrganizationConformancePack. conformancePackInputParameters()A list ofConformancePackInputParameterobjects.List<ConformancePackInputParameter>PutConformancePackRequest. conformancePackInputParameters()A list ofConformancePackInputParameterobjects.List<ConformancePackInputParameter>PutOrganizationConformancePackRequest. conformancePackInputParameters()A list ofConformancePackInputParameterobjects.Methods in software.amazon.awssdk.services.config.model with parameters of type ConformancePackInputParameter Modifier and Type Method Description ConformancePackDetail.BuilderConformancePackDetail.Builder. conformancePackInputParameters(ConformancePackInputParameter... conformancePackInputParameters)A list ofConformancePackInputParameterobjects.OrganizationConformancePack.BuilderOrganizationConformancePack.Builder. conformancePackInputParameters(ConformancePackInputParameter... conformancePackInputParameters)A list ofConformancePackInputParameterobjects.PutConformancePackRequest.BuilderPutConformancePackRequest.Builder. conformancePackInputParameters(ConformancePackInputParameter... conformancePackInputParameters)A list ofConformancePackInputParameterobjects.PutOrganizationConformancePackRequest.BuilderPutOrganizationConformancePackRequest.Builder. conformancePackInputParameters(ConformancePackInputParameter... conformancePackInputParameters)A list ofConformancePackInputParameterobjects.Method parameters in software.amazon.awssdk.services.config.model with type arguments of type ConformancePackInputParameter Modifier and Type Method Description ConformancePackDetail.BuilderConformancePackDetail.Builder. conformancePackInputParameters(Collection<ConformancePackInputParameter> conformancePackInputParameters)A list ofConformancePackInputParameterobjects.OrganizationConformancePack.BuilderOrganizationConformancePack.Builder. conformancePackInputParameters(Collection<ConformancePackInputParameter> conformancePackInputParameters)A list ofConformancePackInputParameterobjects.PutConformancePackRequest.BuilderPutConformancePackRequest.Builder. conformancePackInputParameters(Collection<ConformancePackInputParameter> conformancePackInputParameters)A list ofConformancePackInputParameterobjects.PutOrganizationConformancePackRequest.BuilderPutOrganizationConformancePackRequest.Builder. conformancePackInputParameters(Collection<ConformancePackInputParameter> conformancePackInputParameters)A list ofConformancePackInputParameterobjects.
-