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