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