| Package | Description |
|---|---|
| com.amazonaws.services.emrserverless.model |
| Modifier and Type | Method and Description |
|---|---|
ApplicationSummary |
ApplicationSummary.clone() |
ApplicationSummary |
ApplicationSummary.withArchitecture(Architecture architecture)
The CPU architecture of an application.
|
ApplicationSummary |
ApplicationSummary.withArchitecture(String architecture)
The CPU architecture of an application.
|
ApplicationSummary |
ApplicationSummary.withArn(String arn)
The ARN of the application.
|
ApplicationSummary |
ApplicationSummary.withCreatedAt(Date createdAt)
The date and time when the application was created.
|
ApplicationSummary |
ApplicationSummary.withId(String id)
The ID of the application.
|
ApplicationSummary |
ApplicationSummary.withName(String name)
The name of the application.
|
ApplicationSummary |
ApplicationSummary.withReleaseLabel(String releaseLabel)
The Amazon EMR release associated with the application.
|
ApplicationSummary |
ApplicationSummary.withState(ApplicationState state)
The state of the application.
|
ApplicationSummary |
ApplicationSummary.withState(String state)
The state of the application.
|
ApplicationSummary |
ApplicationSummary.withStateDetails(String stateDetails)
The state details of the application.
|
ApplicationSummary |
ApplicationSummary.withType(String type)
The type of application, such as Spark or Hive.
|
ApplicationSummary |
ApplicationSummary.withUpdatedAt(Date updatedAt)
The date and time when the application was last updated.
|
| Modifier and Type | Method and Description |
|---|---|
List<ApplicationSummary> |
ListApplicationsResult.getApplications()
The output lists the specified applications.
|
| Modifier and Type | Method and Description |
|---|---|
ListApplicationsResult |
ListApplicationsResult.withApplications(ApplicationSummary... applications)
The output lists the specified applications.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListApplicationsResult.setApplications(Collection<ApplicationSummary> applications)
The output lists the specified applications.
|
ListApplicationsResult |
ListApplicationsResult.withApplications(Collection<ApplicationSummary> applications)
The output lists the specified applications.
|
Copyright © 2025. All rights reserved.