Uses of Class
software.amazon.awssdk.services.batch.endpoints.BatchEndpointParams
-
Packages that use BatchEndpointParams Package Description software.amazon.awssdk.services.batch.endpoints software.amazon.awssdk.services.batch.endpoints.internal -
-
Uses of BatchEndpointParams in software.amazon.awssdk.services.batch.endpoints
Methods in software.amazon.awssdk.services.batch.endpoints that return BatchEndpointParams Modifier and Type Method Description BatchEndpointParamsBatchEndpointParams.Builder. build()Methods in software.amazon.awssdk.services.batch.endpoints with parameters of type BatchEndpointParams Modifier and Type Method Description CompletableFuture<Endpoint>BatchEndpointProvider. resolveEndpoint(BatchEndpointParams endpointParams)Compute the endpoint based on the given set of parameters. -
Uses of BatchEndpointParams in software.amazon.awssdk.services.batch.endpoints.internal
Methods in software.amazon.awssdk.services.batch.endpoints.internal that return BatchEndpointParams Modifier and Type Method Description static BatchEndpointParamsBatchResolveEndpointInterceptor. ruleParams(SdkRequest request, ExecutionAttributes executionAttributes)Methods in software.amazon.awssdk.services.batch.endpoints.internal with parameters of type BatchEndpointParams Modifier and Type Method Description CompletableFuture<Endpoint>DefaultBatchEndpointProvider. resolveEndpoint(BatchEndpointParams endpointParams)
-