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