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