Uses of Class
software.amazon.awssdk.codegen.model.config.customization.S3ArnableFieldConfig
-
Packages that use S3ArnableFieldConfig Package Description software.amazon.awssdk.codegen.model.config.customization -
-
Uses of S3ArnableFieldConfig in software.amazon.awssdk.codegen.model.config.customization
Methods in software.amazon.awssdk.codegen.model.config.customization that return S3ArnableFieldConfig Modifier and Type Method Description S3ArnableFieldConfigS3ArnableFieldConfig. setArnConverterFqcn(String arnConverterFqcn)Sets the arnConverterFqcnS3ArnableFieldConfigS3ArnableFieldConfig. setArnResourceFqcn(String arnResourceFqcn)Sets the arnResourceFqcnS3ArnableFieldConfigS3ArnableFieldConfig. setArnResourceSubstitutionGetter(String arnResourceSubstitutionGetter)Sets the arnResourceSubstitutionGetterS3ArnableFieldConfigS3ArnableFieldConfig. setBaseArnResourceFqcn(String baseArnResourceFqcn)Sets the baseArnResourceFqcnS3ArnableFieldConfigS3ArnableFieldConfig. setExecutionAttributeKeyFqcn(String executionAttributeKeyFqcn)Sets the executionAttributeKeyFqcnS3ArnableFieldConfigS3ArnableFieldConfig. setExecutionAttributeValueFqcn(String executionAttributeValueFqcn)Sets the executionAttributeValueFqcnS3ArnableFieldConfigS3ArnableFieldConfig. setField(String field)Sets the fieldS3ArnableFieldConfigS3ArnableFieldConfig. setOtherFieldsToPopulate(Map<String,String> otherFieldsToPopulate)Sets the otherFieldsToPopulateS3ArnableFieldConfigS3ArnableFieldConfig. setSubstitionSetterToGetter(Map<String,String> substitionSetterToGetter)Sets the substitionSetterToGetterMethods in software.amazon.awssdk.codegen.model.config.customization that return types with arguments of type S3ArnableFieldConfig Modifier and Type Method Description Map<String,S3ArnableFieldConfig>CustomizationConfig. getS3ArnableFields()Method parameters in software.amazon.awssdk.codegen.model.config.customization with type arguments of type S3ArnableFieldConfig Modifier and Type Method Description voidCustomizationConfig. setS3ArnableFields(Map<String,S3ArnableFieldConfig> s3ArnableFields)CustomizationConfigCustomizationConfig. withS3ArnableFields(Map<String,S3ArnableFieldConfig> s3ArnableFields)
-