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