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