| Modifier and Type | Method and Description |
|---|---|
default ServiceType |
ExposeOptions.getServiceType()
(experimental) The type of the exposed service.
|
ServiceType |
ExposeOptions.Jsii$Proxy.getServiceType() |
default ServiceType |
ServiceProps.getType()
(experimental) Determines how the Service is exposed.
|
ServiceType |
ServiceProps.Jsii$Proxy.getType() |
ServiceType |
Service.getType()
(experimental) Determines how the Service is exposed.
|
static ServiceType |
ServiceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServiceType[] |
ServiceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ExposeOptions.Builder |
ExposeOptions.Builder.serviceType(ServiceType serviceType)
Sets the value of
ExposeOptions.getServiceType() |
ServiceProps.Builder |
ServiceProps.Builder.type(ServiceType type)
Sets the value of
ServiceProps.getType() |
Service.Builder |
Service.Builder.type(ServiceType type)
(experimental) Determines how the Service is exposed.
|
Copyright © 2020. All rights reserved.