| Package | Description |
|---|---|
| software.amazon.awssdk.services.migrationhubrefactorspaces.model |
| Modifier and Type | Method and Description |
|---|---|
ServiceEndpointType |
GetServiceResponse.endpointType()
The endpoint type of the service.
|
ServiceEndpointType |
CreateServiceRequest.endpointType()
The type of endpoint to use for the service.
|
ServiceEndpointType |
ServiceSummary.endpointType()
The endpoint type of the service.
|
ServiceEndpointType |
CreateServiceResponse.endpointType()
The endpoint type of the service.
|
static ServiceEndpointType |
ServiceEndpointType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static ServiceEndpointType |
ServiceEndpointType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServiceEndpointType[] |
ServiceEndpointType.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<ServiceEndpointType> |
ServiceEndpointType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
GetServiceResponse.Builder |
GetServiceResponse.Builder.endpointType(ServiceEndpointType endpointType)
The endpoint type of the service.
|
CreateServiceRequest.Builder |
CreateServiceRequest.Builder.endpointType(ServiceEndpointType endpointType)
The type of endpoint to use for the service.
|
ServiceSummary.Builder |
ServiceSummary.Builder.endpointType(ServiceEndpointType endpointType)
The endpoint type of the service.
|
CreateServiceResponse.Builder |
CreateServiceResponse.Builder.endpointType(ServiceEndpointType endpointType)
The endpoint type of the service.
|
Copyright © 2022. All rights reserved.