Uses of Class
software.amazon.awssdk.services.amplify.model.GetArtifactUrlRequest
-
Packages that use GetArtifactUrlRequest Package Description software.amazon.awssdk.services.amplify Amplify enables developers to develop and deploy cloud-powered mobile and web apps.software.amazon.awssdk.services.amplify.transform -
-
Uses of GetArtifactUrlRequest in software.amazon.awssdk.services.amplify
Methods in software.amazon.awssdk.services.amplify with parameters of type GetArtifactUrlRequest Modifier and Type Method Description default CompletableFuture<GetArtifactUrlResponse>AmplifyAsyncClient. getArtifactUrl(GetArtifactUrlRequest 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. -
Uses of GetArtifactUrlRequest in software.amazon.awssdk.services.amplify.transform
Methods in software.amazon.awssdk.services.amplify.transform with parameters of type GetArtifactUrlRequest Modifier and Type Method Description SdkHttpFullRequestGetArtifactUrlRequestMarshaller. marshall(GetArtifactUrlRequest getArtifactUrlRequest)
-