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