Uses of Class
software.amazon.awssdk.services.migrationhubrefactorspaces.model.ServiceEndpointType
-
Packages that use ServiceEndpointType Package Description software.amazon.awssdk.services.migrationhubrefactorspaces.model -
-
Uses of ServiceEndpointType in software.amazon.awssdk.services.migrationhubrefactorspaces.model
Methods in software.amazon.awssdk.services.migrationhubrefactorspaces.model that return ServiceEndpointType Modifier and Type Method Description ServiceEndpointTypeCreateServiceRequest. endpointType()The type of endpoint to use for the service.ServiceEndpointTypeCreateServiceResponse. endpointType()The endpoint type of the service.ServiceEndpointTypeGetServiceResponse. endpointType()The endpoint type of the service.ServiceEndpointTypeServiceSummary. endpointType()The endpoint type of the service.static ServiceEndpointTypeServiceEndpointType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ServiceEndpointTypeServiceEndpointType. 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.Methods in software.amazon.awssdk.services.migrationhubrefactorspaces.model that return types with arguments of type ServiceEndpointType Modifier and Type Method Description static Set<ServiceEndpointType>ServiceEndpointType. knownValues()Methods in software.amazon.awssdk.services.migrationhubrefactorspaces.model with parameters of type ServiceEndpointType Modifier and Type Method Description CreateServiceRequest.BuilderCreateServiceRequest.Builder. endpointType(ServiceEndpointType endpointType)The type of endpoint to use for the service.CreateServiceResponse.BuilderCreateServiceResponse.Builder. endpointType(ServiceEndpointType endpointType)The endpoint type of the service.GetServiceResponse.BuilderGetServiceResponse.Builder. endpointType(ServiceEndpointType endpointType)The endpoint type of the service.ServiceSummary.BuilderServiceSummary.Builder. endpointType(ServiceEndpointType endpointType)The endpoint type of the service.
-