Uses of Interface
software.amazon.awssdk.services.route53profiles.endpoints.Route53ProfilesEndpointParams.Builder
-
Packages that use Route53ProfilesEndpointParams.Builder Package Description software.amazon.awssdk.services.route53profiles.endpoints -
-
Uses of Route53ProfilesEndpointParams.Builder in software.amazon.awssdk.services.route53profiles.endpoints
Methods in software.amazon.awssdk.services.route53profiles.endpoints that return Route53ProfilesEndpointParams.Builder Modifier and Type Method Description static Route53ProfilesEndpointParams.BuilderRoute53ProfilesEndpointParams. builder()Route53ProfilesEndpointParams.BuilderRoute53ProfilesEndpointParams.Builder. endpoint(String endpoint)Route53ProfilesEndpointParams.BuilderRoute53ProfilesEndpointParams.Builder. region(Region region)Route53ProfilesEndpointParams.BuilderRoute53ProfilesEndpointParams. toBuilder()Route53ProfilesEndpointParams.BuilderRoute53ProfilesEndpointParams.Builder. useDualStack(Boolean useDualStack)Route53ProfilesEndpointParams.BuilderRoute53ProfilesEndpointParams.Builder. useFips(Boolean useFIPS)Method parameters in software.amazon.awssdk.services.route53profiles.endpoints with type arguments of type Route53ProfilesEndpointParams.Builder Modifier and Type Method Description default CompletableFuture<Endpoint>Route53ProfilesEndpointProvider. resolveEndpoint(Consumer<Route53ProfilesEndpointParams.Builder> endpointParamsConsumer)Compute the endpoint based on the given set of parameters.
-