| Package | Description |
|---|---|
| com.amazonaws.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
SdkConfigurationProperty |
SdkConfigurationProperty.clone() |
SdkConfigurationProperty |
SdkConfigurationProperty.withDefaultValue(String defaultValue)
The default value of an SdkType configuration property.
|
SdkConfigurationProperty |
SdkConfigurationProperty.withDescription(String description)
The description of an SdkType configuration property.
|
SdkConfigurationProperty |
SdkConfigurationProperty.withFriendlyName(String friendlyName)
The user-friendly name of an SdkType configuration property.
|
SdkConfigurationProperty |
SdkConfigurationProperty.withName(String name)
The name of a an SdkType configuration property.
|
SdkConfigurationProperty |
SdkConfigurationProperty.withRequired(Boolean required)
A boolean flag of an SdkType configuration property to indicate if the associated SDK configuration property is
required (
true) or not (false). |
| Modifier and Type | Method and Description |
|---|---|
List<SdkConfigurationProperty> |
SdkType.getConfigurationProperties()
A list of configuration properties of an SdkType.
|
List<SdkConfigurationProperty> |
GetSdkTypeResult.getConfigurationProperties()
A list of configuration properties of an SdkType.
|
| Modifier and Type | Method and Description |
|---|---|
SdkType |
SdkType.withConfigurationProperties(SdkConfigurationProperty... configurationProperties)
A list of configuration properties of an SdkType.
|
GetSdkTypeResult |
GetSdkTypeResult.withConfigurationProperties(SdkConfigurationProperty... configurationProperties)
A list of configuration properties of an SdkType.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SdkType.setConfigurationProperties(Collection<SdkConfigurationProperty> configurationProperties)
A list of configuration properties of an SdkType.
|
void |
GetSdkTypeResult.setConfigurationProperties(Collection<SdkConfigurationProperty> configurationProperties)
A list of configuration properties of an SdkType.
|
SdkType |
SdkType.withConfigurationProperties(Collection<SdkConfigurationProperty> configurationProperties)
A list of configuration properties of an SdkType.
|
GetSdkTypeResult |
GetSdkTypeResult.withConfigurationProperties(Collection<SdkConfigurationProperty> configurationProperties)
A list of configuration properties of an SdkType.
|
Copyright © 2024. All rights reserved.