Uses of Class
software.amazon.awssdk.services.apigateway.model.SdkConfigurationProperty
Packages that use SdkConfigurationProperty
-
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 SdkConfigurationPropertyModifier and TypeMethodDescriptionfinal List<SdkConfigurationProperty>GetSdkTypeResponse.configurationProperties()A list of configuration properties of an SdkType.final List<SdkConfigurationProperty>SdkType.configurationProperties()A list of configuration properties of an SdkType.Methods in software.amazon.awssdk.services.apigateway.model with parameters of type SdkConfigurationPropertyModifier and TypeMethodDescriptionGetSdkTypeResponse.Builder.configurationProperties(SdkConfigurationProperty... configurationProperties) A list of configuration properties of an SdkType.SdkType.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 SdkConfigurationPropertyModifier and TypeMethodDescriptionGetSdkTypeResponse.Builder.configurationProperties(Collection<SdkConfigurationProperty> configurationProperties) A list of configuration properties of an SdkType.SdkType.Builder.configurationProperties(Collection<SdkConfigurationProperty> configurationProperties) A list of configuration properties of an SdkType.