Uses of Class
software.amazon.awssdk.services.amplify.model.GetArtifactUrlResponse
-
Packages that use GetArtifactUrlResponse Package Description software.amazon.awssdk.services.amplify Amplify enables developers to develop and deploy cloud-powered mobile and web apps. -
-
Uses of GetArtifactUrlResponse in software.amazon.awssdk.services.amplify
Methods in software.amazon.awssdk.services.amplify that return GetArtifactUrlResponse Modifier and Type Method Description default GetArtifactUrlResponseAmplifyClient. getArtifactUrl(Consumer<GetArtifactUrlRequest.Builder> getArtifactUrlRequest)Returns the artifact info that corresponds to an artifact id.default GetArtifactUrlResponseAmplifyClient. getArtifactUrl(GetArtifactUrlRequest getArtifactUrlRequest)Returns the artifact info that corresponds to an artifact id.Methods in software.amazon.awssdk.services.amplify that return types with arguments of type GetArtifactUrlResponse Modifier and Type Method Description default CompletableFuture<GetArtifactUrlResponse>AmplifyAsyncClient. getArtifactUrl(Consumer<GetArtifactUrlRequest.Builder> getArtifactUrlRequest)Returns the artifact info that corresponds to an artifact id.default CompletableFuture<GetArtifactUrlResponse>AmplifyAsyncClient. getArtifactUrl(GetArtifactUrlRequest getArtifactUrlRequest)Returns the artifact info that corresponds to an artifact id.
-