Uses of Interface
software.amazon.awssdk.services.appconfig.model.GetConfigurationResponse.Builder
-
Packages that use GetConfigurationResponse.Builder Package Description software.amazon.awssdk.services.appconfig.model -
-
Uses of GetConfigurationResponse.Builder in software.amazon.awssdk.services.appconfig.model
Methods in software.amazon.awssdk.services.appconfig.model that return GetConfigurationResponse.Builder Modifier and Type Method Description static GetConfigurationResponse.BuilderGetConfigurationResponse. builder()GetConfigurationResponse.BuilderGetConfigurationResponse.Builder. configurationVersion(String configurationVersion)The configuration version.GetConfigurationResponse.BuilderGetConfigurationResponse.Builder. content(SdkBytes content)The content of the configuration or the configuration data.GetConfigurationResponse.BuilderGetConfigurationResponse.Builder. contentType(String contentType)A standard MIME type describing the format of the configuration content.GetConfigurationResponse.BuilderGetConfigurationResponse. toBuilder()Methods in software.amazon.awssdk.services.appconfig.model that return types with arguments of type GetConfigurationResponse.Builder Modifier and Type Method Description static Class<? extends GetConfigurationResponse.Builder>GetConfigurationResponse. serializableBuilderClass()
-