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