@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAWSEMRServerless extends Object implements AWSEMRServerless
AWSEMRServerless
. Convenient method forms pass through to the corresponding
overload that takes a request object, which throws an UnsupportedOperationException
.ENDPOINT_PREFIX
Modifier and Type | Method and Description |
---|---|
CancelJobRunResult |
cancelJobRun(CancelJobRunRequest request)
Cancels a job run.
|
CreateApplicationResult |
createApplication(CreateApplicationRequest request)
Creates an application.
|
DeleteApplicationResult |
deleteApplication(DeleteApplicationRequest request)
Deletes an application.
|
GetApplicationResult |
getApplication(GetApplicationRequest request)
Displays detailed information about a specified application.
|
ResponseMetadata |
getCachedResponseMetadata(AmazonWebServiceRequest request)
Returns additional metadata for a previously executed successful request, typically used for debugging issues
where a service isn't acting as expected.
|
GetDashboardForJobRunResult |
getDashboardForJobRun(GetDashboardForJobRunRequest request)
Creates and returns a URL that you can use to access the application UIs for a job run.
|
GetJobRunResult |
getJobRun(GetJobRunRequest request)
Displays detailed information about a job run.
|
ListApplicationsResult |
listApplications(ListApplicationsRequest request)
Lists applications based on a set of parameters.
|
ListJobRunAttemptsResult |
listJobRunAttempts(ListJobRunAttemptsRequest request)
Lists all attempt of a job run.
|
ListJobRunsResult |
listJobRuns(ListJobRunsRequest request)
Lists job runs based on a set of parameters.
|
ListTagsForResourceResult |
listTagsForResource(ListTagsForResourceRequest request)
Lists the tags assigned to the resources.
|
void |
shutdown()
Shuts down this client object, releasing any resources that might be held open.
|
StartApplicationResult |
startApplication(StartApplicationRequest request)
Starts a specified application and initializes initial capacity if configured.
|
StartJobRunResult |
startJobRun(StartJobRunRequest request)
Starts a job run.
|
StopApplicationResult |
stopApplication(StopApplicationRequest request)
Stops a specified application and releases initial capacity if configured.
|
TagResourceResult |
tagResource(TagResourceRequest request)
Assigns tags to resources.
|
UntagResourceResult |
untagResource(UntagResourceRequest request)
Removes tags from resources.
|
UpdateApplicationResult |
updateApplication(UpdateApplicationRequest request)
Updates a specified application.
|
public CancelJobRunResult cancelJobRun(CancelJobRunRequest request)
AWSEMRServerless
Cancels a job run.
cancelJobRun
in interface AWSEMRServerless
public CreateApplicationResult createApplication(CreateApplicationRequest request)
AWSEMRServerless
Creates an application.
createApplication
in interface AWSEMRServerless
public DeleteApplicationResult deleteApplication(DeleteApplicationRequest request)
AWSEMRServerless
Deletes an application. An application has to be in a stopped or created state in order to be deleted.
deleteApplication
in interface AWSEMRServerless
public GetApplicationResult getApplication(GetApplicationRequest request)
AWSEMRServerless
Displays detailed information about a specified application.
getApplication
in interface AWSEMRServerless
public GetDashboardForJobRunResult getDashboardForJobRun(GetDashboardForJobRunRequest request)
AWSEMRServerless
Creates and returns a URL that you can use to access the application UIs for a job run.
For jobs in a running state, the application UI is a live user interface such as the Spark or Tez web UI. For completed jobs, the application UI is a persistent application user interface such as the Spark History Server or persistent Tez UI.
The URL is valid for one hour after you generate it. To access the application UI after that hour elapses, you must invoke the API again to generate a new URL.
getDashboardForJobRun
in interface AWSEMRServerless
public GetJobRunResult getJobRun(GetJobRunRequest request)
AWSEMRServerless
Displays detailed information about a job run.
getJobRun
in interface AWSEMRServerless
public ListApplicationsResult listApplications(ListApplicationsRequest request)
AWSEMRServerless
Lists applications based on a set of parameters.
listApplications
in interface AWSEMRServerless
public ListJobRunAttemptsResult listJobRunAttempts(ListJobRunAttemptsRequest request)
AWSEMRServerless
Lists all attempt of a job run.
listJobRunAttempts
in interface AWSEMRServerless
public ListJobRunsResult listJobRuns(ListJobRunsRequest request)
AWSEMRServerless
Lists job runs based on a set of parameters.
listJobRuns
in interface AWSEMRServerless
public ListTagsForResourceResult listTagsForResource(ListTagsForResourceRequest request)
AWSEMRServerless
Lists the tags assigned to the resources.
listTagsForResource
in interface AWSEMRServerless
public StartApplicationResult startApplication(StartApplicationRequest request)
AWSEMRServerless
Starts a specified application and initializes initial capacity if configured.
startApplication
in interface AWSEMRServerless
public StartJobRunResult startJobRun(StartJobRunRequest request)
AWSEMRServerless
Starts a job run.
startJobRun
in interface AWSEMRServerless
public StopApplicationResult stopApplication(StopApplicationRequest request)
AWSEMRServerless
Stops a specified application and releases initial capacity if configured. All scheduled and running jobs must be completed or cancelled before stopping an application.
stopApplication
in interface AWSEMRServerless
public TagResourceResult tagResource(TagResourceRequest request)
AWSEMRServerless
Assigns tags to resources. A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an optional value, both of which you define. Tags enable you to categorize your Amazon Web Services resources by attributes such as purpose, owner, or environment. When you have many resources of the same type, you can quickly identify a specific resource based on the tags you've assigned to it.
tagResource
in interface AWSEMRServerless
public UntagResourceResult untagResource(UntagResourceRequest request)
AWSEMRServerless
Removes tags from resources.
untagResource
in interface AWSEMRServerless
public UpdateApplicationResult updateApplication(UpdateApplicationRequest request)
AWSEMRServerless
Updates a specified application. An application has to be in a stopped or created state in order to be updated.
updateApplication
in interface AWSEMRServerless
public void shutdown()
AWSEMRServerless
shutdown
in interface AWSEMRServerless
public ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
AWSEMRServerless
Response metadata is only cached for a limited period of time, so if you need to access this extra diagnostic information for an executed request, you should use this method to retrieve it as soon as possible after executing a request.
getCachedResponseMetadata
in interface AWSEMRServerless
request
- The originally executed request.