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