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