Uses of Interface
software.amazon.awssdk.services.migrationhubrefactorspaces.model.UrlEndpointInput.Builder
-
Packages that use UrlEndpointInput.Builder Package Description software.amazon.awssdk.services.migrationhubrefactorspaces.model -
-
Uses of UrlEndpointInput.Builder in software.amazon.awssdk.services.migrationhubrefactorspaces.model
Methods in software.amazon.awssdk.services.migrationhubrefactorspaces.model that return UrlEndpointInput.Builder Modifier and Type Method Description static UrlEndpointInput.BuilderUrlEndpointInput. builder()UrlEndpointInput.BuilderUrlEndpointInput.Builder. healthUrl(String healthUrl)The health check URL of the URL endpoint type.UrlEndpointInput.BuilderUrlEndpointInput. toBuilder()UrlEndpointInput.BuilderUrlEndpointInput.Builder. url(String url)The URL to route traffic to.Methods in software.amazon.awssdk.services.migrationhubrefactorspaces.model that return types with arguments of type UrlEndpointInput.Builder Modifier and Type Method Description static Class<? extends UrlEndpointInput.Builder>UrlEndpointInput. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.migrationhubrefactorspaces.model with type arguments of type UrlEndpointInput.Builder Modifier and Type Method Description default CreateServiceRequest.BuilderCreateServiceRequest.Builder. urlEndpoint(Consumer<UrlEndpointInput.Builder> urlEndpoint)The configuration for the URL endpoint type.default CreateServiceResponse.BuilderCreateServiceResponse.Builder. urlEndpoint(Consumer<UrlEndpointInput.Builder> urlEndpoint)The configuration for the URL endpoint type.
-