| Package | Description |
|---|---|
| software.amazon.awssdk.services.migrationhubrefactorspaces.model |
| Modifier and Type | Method and Description |
|---|---|
static ProxyType |
ProxyType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ProxyType |
CreateApplicationResponse.proxyType()
The proxy type of the proxy created within the application.
|
ProxyType |
GetApplicationResponse.proxyType()
The proxy type of the proxy created within the application.
|
ProxyType |
CreateApplicationRequest.proxyType()
The proxy type of the proxy created within the application.
|
ProxyType |
ApplicationSummary.proxyType()
The proxy type of the proxy created within the application.
|
static ProxyType |
ProxyType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProxyType[] |
ProxyType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<ProxyType> |
ProxyType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreateApplicationResponse.Builder |
CreateApplicationResponse.Builder.proxyType(ProxyType proxyType)
The proxy type of the proxy created within the application.
|
GetApplicationResponse.Builder |
GetApplicationResponse.Builder.proxyType(ProxyType proxyType)
The proxy type of the proxy created within the application.
|
CreateApplicationRequest.Builder |
CreateApplicationRequest.Builder.proxyType(ProxyType proxyType)
The proxy type of the proxy created within the application.
|
ApplicationSummary.Builder |
ApplicationSummary.Builder.proxyType(ProxyType proxyType)
The proxy type of the proxy created within the application.
|
Copyright © 2022. All rights reserved.