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