| Package | Description |
|---|---|
| software.amazon.awssdk.services.emrserverless.model |
| Modifier and Type | Method and Description |
|---|---|
Architecture |
UpdateApplicationRequest.architecture()
The CPU architecture of an application.
|
Architecture |
Application.architecture()
The CPU architecture of an application.
|
Architecture |
CreateApplicationRequest.architecture()
The CPU architecture of an application.
|
Architecture |
ApplicationSummary.architecture()
The CPU architecture of an application.
|
static Architecture |
Architecture.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static Architecture |
Architecture.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Architecture[] |
Architecture.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<Architecture> |
Architecture.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
UpdateApplicationRequest.Builder |
UpdateApplicationRequest.Builder.architecture(Architecture architecture)
The CPU architecture of an application.
|
Application.Builder |
Application.Builder.architecture(Architecture architecture)
The CPU architecture of an application.
|
CreateApplicationRequest.Builder |
CreateApplicationRequest.Builder.architecture(Architecture architecture)
The CPU architecture of an application.
|
ApplicationSummary.Builder |
ApplicationSummary.Builder.architecture(Architecture architecture)
The CPU architecture of an application.
|
Copyright © 2023. All rights reserved.