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