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