Uses of Class
software.amazon.awssdk.services.appconfig.model.Parameter
-
Packages that use Parameter Package Description software.amazon.awssdk.services.appconfig.model -
-
Uses of Parameter in software.amazon.awssdk.services.appconfig.model
Methods in software.amazon.awssdk.services.appconfig.model that return types with arguments of type Parameter Modifier and Type Method Description Map<String,Parameter>CreateExtensionRequest. parameters()The parameters accepted by the extension.Map<String,Parameter>CreateExtensionResponse. parameters()The parameters accepted by the extension.Map<String,Parameter>GetExtensionResponse. parameters()The parameters accepted by the extension.Map<String,Parameter>UpdateExtensionRequest. parameters()One or more parameters for the actions called by the extension.Map<String,Parameter>UpdateExtensionResponse. parameters()The parameters accepted by the extension.Method parameters in software.amazon.awssdk.services.appconfig.model with type arguments of type Parameter Modifier and Type Method Description CreateExtensionRequest.BuilderCreateExtensionRequest.Builder. parameters(Map<String,Parameter> parameters)The parameters accepted by the extension.CreateExtensionResponse.BuilderCreateExtensionResponse.Builder. parameters(Map<String,Parameter> parameters)The parameters accepted by the extension.GetExtensionResponse.BuilderGetExtensionResponse.Builder. parameters(Map<String,Parameter> parameters)The parameters accepted by the extension.UpdateExtensionRequest.BuilderUpdateExtensionRequest.Builder. parameters(Map<String,Parameter> parameters)One or more parameters for the actions called by the extension.UpdateExtensionResponse.BuilderUpdateExtensionResponse.Builder. parameters(Map<String,Parameter> parameters)The parameters accepted by the extension.
-