Uses of Class
software.amazon.awssdk.services.migrationhubrefactorspaces.model.ProxyType
-
Packages that use ProxyType Package Description software.amazon.awssdk.services.migrationhubrefactorspaces.model -
-
Uses of ProxyType in software.amazon.awssdk.services.migrationhubrefactorspaces.model
Methods in software.amazon.awssdk.services.migrationhubrefactorspaces.model that return ProxyType Modifier and Type Method Description static ProxyTypeProxyType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ProxyTypeApplicationSummary. proxyType()The proxy type of the proxy created within the application.ProxyTypeCreateApplicationRequest. proxyType()The proxy type of the proxy created within the application.ProxyTypeCreateApplicationResponse. proxyType()The proxy type of the proxy created within the application.ProxyTypeGetApplicationResponse. proxyType()The proxy type of the proxy created within the application.static ProxyTypeProxyType. 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.Methods in software.amazon.awssdk.services.migrationhubrefactorspaces.model that return types with arguments of type ProxyType Modifier and Type Method Description static Set<ProxyType>ProxyType. knownValues()Methods in software.amazon.awssdk.services.migrationhubrefactorspaces.model with parameters of type ProxyType Modifier and Type Method Description ApplicationSummary.BuilderApplicationSummary.Builder. proxyType(ProxyType proxyType)The proxy type of the proxy created within the application.CreateApplicationRequest.BuilderCreateApplicationRequest.Builder. proxyType(ProxyType proxyType)The proxy type of the proxy created within the application.CreateApplicationResponse.BuilderCreateApplicationResponse.Builder. proxyType(ProxyType proxyType)The proxy type of the proxy created within the application.GetApplicationResponse.BuilderGetApplicationResponse.Builder. proxyType(ProxyType proxyType)The proxy type of the proxy created within the application.
-