Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.GetTestExecutionArtifactsUrlResponse
-
Packages that use GetTestExecutionArtifactsUrlResponse Package Description software.amazon.awssdk.services.lexmodelsv2 -
-
Uses of GetTestExecutionArtifactsUrlResponse in software.amazon.awssdk.services.lexmodelsv2
Methods in software.amazon.awssdk.services.lexmodelsv2 that return GetTestExecutionArtifactsUrlResponse Modifier and Type Method Description default GetTestExecutionArtifactsUrlResponseLexModelsV2Client. getTestExecutionArtifactsUrl(Consumer<GetTestExecutionArtifactsUrlRequest.Builder> getTestExecutionArtifactsUrlRequest)The pre-signed Amazon S3 URL to download the test execution result artifacts.default GetTestExecutionArtifactsUrlResponseLexModelsV2Client. getTestExecutionArtifactsUrl(GetTestExecutionArtifactsUrlRequest getTestExecutionArtifactsUrlRequest)The pre-signed Amazon S3 URL to download the test execution result artifacts.Methods in software.amazon.awssdk.services.lexmodelsv2 that return types with arguments of type GetTestExecutionArtifactsUrlResponse Modifier and Type Method Description default CompletableFuture<GetTestExecutionArtifactsUrlResponse>LexModelsV2AsyncClient. getTestExecutionArtifactsUrl(Consumer<GetTestExecutionArtifactsUrlRequest.Builder> getTestExecutionArtifactsUrlRequest)The pre-signed Amazon S3 URL to download the test execution result artifacts.default CompletableFuture<GetTestExecutionArtifactsUrlResponse>LexModelsV2AsyncClient. getTestExecutionArtifactsUrl(GetTestExecutionArtifactsUrlRequest getTestExecutionArtifactsUrlRequest)The pre-signed Amazon S3 URL to download the test execution result artifacts.
-