Package | Description |
---|---|
com.amazonaws.services.apigateway.model |
Modifier and Type | Method and Description |
---|---|
static IntegrationType |
IntegrationType.fromValue(String value)
Use this in place of valueOf.
|
static IntegrationType |
IntegrationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IntegrationType[] |
IntegrationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
GetIntegrationResult.setType(IntegrationType type)
Specifies the integration's type.
|
void |
PutIntegrationResult.setType(IntegrationType type)
Specifies the integration's type.
|
void |
UpdateIntegrationResult.setType(IntegrationType type)
Specifies the integration's type.
|
void |
Integration.setType(IntegrationType type)
Specifies the integration's type.
|
void |
PutIntegrationRequest.setType(IntegrationType type)
Specifies a put integration input's type.
|
GetIntegrationResult |
GetIntegrationResult.withType(IntegrationType type)
Specifies the integration's type.
|
PutIntegrationResult |
PutIntegrationResult.withType(IntegrationType type)
Specifies the integration's type.
|
UpdateIntegrationResult |
UpdateIntegrationResult.withType(IntegrationType type)
Specifies the integration's type.
|
Integration |
Integration.withType(IntegrationType type)
Specifies the integration's type.
|
PutIntegrationRequest |
PutIntegrationRequest.withType(IntegrationType type)
Specifies a put integration input's type.
|
Copyright © 2018. All rights reserved.