Uses of Class
software.amazon.awssdk.services.emrserverless.model.Architecture
-
Packages that use Architecture Package Description software.amazon.awssdk.services.emrserverless.model -
-
Uses of Architecture in software.amazon.awssdk.services.emrserverless.model
Methods in software.amazon.awssdk.services.emrserverless.model that return Architecture Modifier and Type Method Description ArchitectureApplication. architecture()The CPU architecture of an application.ArchitectureApplicationSummary. architecture()The CPU architecture of an application.ArchitectureCreateApplicationRequest. architecture()The CPU architecture of an application.ArchitectureUpdateApplicationRequest. architecture()The CPU architecture of an application.static ArchitectureArchitecture. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ArchitectureArchitecture. 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.Methods in software.amazon.awssdk.services.emrserverless.model that return types with arguments of type Architecture Modifier and Type Method Description static Set<Architecture>Architecture. knownValues()Methods in software.amazon.awssdk.services.emrserverless.model with parameters of type Architecture Modifier and Type Method Description Application.BuilderApplication.Builder. architecture(Architecture architecture)The CPU architecture of an application.ApplicationSummary.BuilderApplicationSummary.Builder. architecture(Architecture architecture)The CPU architecture of an application.CreateApplicationRequest.BuilderCreateApplicationRequest.Builder. architecture(Architecture architecture)The CPU architecture of an application.UpdateApplicationRequest.BuilderUpdateApplicationRequest.Builder. architecture(Architecture architecture)The CPU architecture of an application.
-