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