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