Uses of Class
software.amazon.awssdk.services.emrserverless.model.GetDashboardForJobRunResponse
-
Packages that use GetDashboardForJobRunResponse Package Description software.amazon.awssdk.services.emrserverless Amazon EMR Serverless is a new deployment option for Amazon EMR. -
-
Uses of GetDashboardForJobRunResponse in software.amazon.awssdk.services.emrserverless
Methods in software.amazon.awssdk.services.emrserverless that return GetDashboardForJobRunResponse Modifier and Type Method Description default GetDashboardForJobRunResponseEmrServerlessClient. getDashboardForJobRun(Consumer<GetDashboardForJobRunRequest.Builder> getDashboardForJobRunRequest)Creates and returns a URL that you can use to access the application UIs for a job run.default GetDashboardForJobRunResponseEmrServerlessClient. getDashboardForJobRun(GetDashboardForJobRunRequest getDashboardForJobRunRequest)Creates and returns a URL that you can use to access the application UIs for a job run.Methods in software.amazon.awssdk.services.emrserverless that return types with arguments of type GetDashboardForJobRunResponse Modifier and Type Method Description default CompletableFuture<GetDashboardForJobRunResponse>EmrServerlessAsyncClient. getDashboardForJobRun(Consumer<GetDashboardForJobRunRequest.Builder> getDashboardForJobRunRequest)Creates and returns a URL that you can use to access the application UIs for a job run.default CompletableFuture<GetDashboardForJobRunResponse>EmrServerlessAsyncClient. getDashboardForJobRun(GetDashboardForJobRunRequest getDashboardForJobRunRequest)Creates and returns a URL that you can use to access the application UIs for a job run.
-