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