Uses of Interface
software.amazon.awssdk.services.artifact.endpoints.ArtifactEndpointParams.Builder
-
Packages that use ArtifactEndpointParams.Builder Package Description software.amazon.awssdk.services.artifact.endpoints -
-
Uses of ArtifactEndpointParams.Builder in software.amazon.awssdk.services.artifact.endpoints
Methods in software.amazon.awssdk.services.artifact.endpoints that return ArtifactEndpointParams.Builder Modifier and Type Method Description static ArtifactEndpointParams.BuilderArtifactEndpointParams. builder()ArtifactEndpointParams.BuilderArtifactEndpointParams.Builder. endpoint(String endpoint)ArtifactEndpointParams.BuilderArtifactEndpointParams.Builder. region(Region region)ArtifactEndpointParams.BuilderArtifactEndpointParams. toBuilder()ArtifactEndpointParams.BuilderArtifactEndpointParams.Builder. useDualStack(Boolean useDualStack)ArtifactEndpointParams.BuilderArtifactEndpointParams.Builder. useFips(Boolean useFIPS)Method parameters in software.amazon.awssdk.services.artifact.endpoints with type arguments of type ArtifactEndpointParams.Builder Modifier and Type Method Description default CompletableFuture<Endpoint>ArtifactEndpointProvider. resolveEndpoint(Consumer<ArtifactEndpointParams.Builder> endpointParamsConsumer)Compute the endpoint based on the given set of parameters.
-