Uses of Class
software.amazon.awssdk.services.efs.endpoints.EfsEndpointParams
-
Packages that use EfsEndpointParams Package Description software.amazon.awssdk.services.efs.endpoints software.amazon.awssdk.services.efs.endpoints.internal -
-
Uses of EfsEndpointParams in software.amazon.awssdk.services.efs.endpoints
Methods in software.amazon.awssdk.services.efs.endpoints that return EfsEndpointParams Modifier and Type Method Description EfsEndpointParamsEfsEndpointParams.Builder. build()Methods in software.amazon.awssdk.services.efs.endpoints with parameters of type EfsEndpointParams Modifier and Type Method Description CompletableFuture<Endpoint>EfsEndpointProvider. resolveEndpoint(EfsEndpointParams endpointParams)Compute the endpoint based on the given set of parameters. -
Uses of EfsEndpointParams in software.amazon.awssdk.services.efs.endpoints.internal
Methods in software.amazon.awssdk.services.efs.endpoints.internal that return EfsEndpointParams Modifier and Type Method Description static EfsEndpointParamsEfsResolveEndpointInterceptor. ruleParams(SdkRequest request, ExecutionAttributes executionAttributes)Methods in software.amazon.awssdk.services.efs.endpoints.internal with parameters of type EfsEndpointParams Modifier and Type Method Description CompletableFuture<Endpoint>DefaultEfsEndpointProvider. resolveEndpoint(EfsEndpointParams params)
-