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