Uses of Interface
software.amazon.awssdk.services.migrationhubrefactorspaces.model.UrlEndpointSummary.Builder
-
Packages that use UrlEndpointSummary.Builder Package Description software.amazon.awssdk.services.migrationhubrefactorspaces.model -
-
Uses of UrlEndpointSummary.Builder in software.amazon.awssdk.services.migrationhubrefactorspaces.model
Methods in software.amazon.awssdk.services.migrationhubrefactorspaces.model that return UrlEndpointSummary.Builder Modifier and Type Method Description static UrlEndpointSummary.BuilderUrlEndpointSummary. builder()UrlEndpointSummary.BuilderUrlEndpointSummary.Builder. healthUrl(String healthUrl)The health check URL of the URL endpoint type.UrlEndpointSummary.BuilderUrlEndpointSummary. toBuilder()UrlEndpointSummary.BuilderUrlEndpointSummary.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 UrlEndpointSummary.Builder Modifier and Type Method Description static Class<? extends UrlEndpointSummary.Builder>UrlEndpointSummary. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.migrationhubrefactorspaces.model with type arguments of type UrlEndpointSummary.Builder Modifier and Type Method Description default ServiceSummary.BuilderServiceSummary.Builder. urlEndpoint(Consumer<UrlEndpointSummary.Builder> urlEndpoint)The summary of the configuration for the URL endpoint type.
-