Package | Description |
---|---|
com.amazonaws.services.elasticmapreduce.model | |
com.amazonaws.services.elasticmapreduce.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<SupportedProductConfig> |
RunJobFlowRequest.newSupportedProducts
|
Modifier and Type | Method and Description |
---|---|
SupportedProductConfig |
SupportedProductConfig.clone() |
SupportedProductConfig |
SupportedProductConfig.withArgs(java.util.Collection<java.lang.String> args)
The list of user-supplied arguments.
|
SupportedProductConfig |
SupportedProductConfig.withArgs(java.lang.String... args)
The list of user-supplied arguments.
|
SupportedProductConfig |
SupportedProductConfig.withName(java.lang.String name)
The name of the product configuration.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<SupportedProductConfig> |
RunJobFlowRequest.getNewSupportedProducts()
|
Modifier and Type | Method and Description |
---|---|
RunJobFlowRequest |
RunJobFlowRequest.withNewSupportedProducts(SupportedProductConfig... newSupportedProducts)
|
Modifier and Type | Method and Description |
---|---|
void |
RunJobFlowRequest.setNewSupportedProducts(java.util.Collection<SupportedProductConfig> newSupportedProducts)
|
RunJobFlowRequest |
RunJobFlowRequest.withNewSupportedProducts(java.util.Collection<SupportedProductConfig> newSupportedProducts)
|
Modifier and Type | Method and Description |
---|---|
SupportedProductConfig |
SupportedProductConfigJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
SupportedProductConfigJsonMarshaller.marshall(SupportedProductConfig supportedProductConfig,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|