Uses of Class
software.amazon.awssdk.services.apigateway.model.SdkConfigurationProperty
-
Packages that use SdkConfigurationProperty Package Description software.amazon.awssdk.services.apigateway.model -
-
Uses of SdkConfigurationProperty in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type SdkConfigurationProperty Modifier and Type Method Description List<SdkConfigurationProperty>GetSdkTypeResponse. configurationProperties()A list of configuration properties of an SdkType.List<SdkConfigurationProperty>SdkType. configurationProperties()A list of configuration properties of an SdkType.Methods in software.amazon.awssdk.services.apigateway.model with parameters of type SdkConfigurationProperty Modifier and Type Method Description GetSdkTypeResponse.BuilderGetSdkTypeResponse.Builder. configurationProperties(SdkConfigurationProperty... configurationProperties)A list of configuration properties of an SdkType.SdkType.BuilderSdkType.Builder. configurationProperties(SdkConfigurationProperty... configurationProperties)A list of configuration properties of an SdkType.Method parameters in software.amazon.awssdk.services.apigateway.model with type arguments of type SdkConfigurationProperty Modifier and Type Method Description GetSdkTypeResponse.BuilderGetSdkTypeResponse.Builder. configurationProperties(Collection<SdkConfigurationProperty> configurationProperties)A list of configuration properties of an SdkType.SdkType.BuilderSdkType.Builder. configurationProperties(Collection<SdkConfigurationProperty> configurationProperties)A list of configuration properties of an SdkType.
-