Uses of Interface
software.amazon.awssdk.services.migrationhubrefactorspaces.model.UrlEndpointConfig.Builder
-
Packages that use UrlEndpointConfig.Builder Package Description software.amazon.awssdk.services.migrationhubrefactorspaces.model -
-
Uses of UrlEndpointConfig.Builder in software.amazon.awssdk.services.migrationhubrefactorspaces.model
Methods in software.amazon.awssdk.services.migrationhubrefactorspaces.model that return UrlEndpointConfig.Builder Modifier and Type Method Description static UrlEndpointConfig.BuilderUrlEndpointConfig. builder()UrlEndpointConfig.BuilderUrlEndpointConfig.Builder. healthUrl(String healthUrl)The health check URL of the URL endpoint type.UrlEndpointConfig.BuilderUrlEndpointConfig. toBuilder()UrlEndpointConfig.BuilderUrlEndpointConfig.Builder. url(String url)The HTTP URL endpoint.Methods in software.amazon.awssdk.services.migrationhubrefactorspaces.model that return types with arguments of type UrlEndpointConfig.Builder Modifier and Type Method Description static Class<? extends UrlEndpointConfig.Builder>UrlEndpointConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.migrationhubrefactorspaces.model with type arguments of type UrlEndpointConfig.Builder Modifier and Type Method Description default GetServiceResponse.BuilderGetServiceResponse.Builder. urlEndpoint(Consumer<UrlEndpointConfig.Builder> urlEndpoint)The configuration for the URL endpoint type.
-