Package | Description |
---|---|
com.amazonaws.services.apigateway.model | |
com.amazonaws.services.apigateway.model.transform |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.String,java.util.Map<java.lang.String,MethodSnapshot>> |
UpdateDeploymentResult.apiSummary
Gets a summary of the RestApi at the date and time that the
deployment resource was created.
|
private java.util.Map<java.lang.String,java.util.Map<java.lang.String,MethodSnapshot>> |
GetDeploymentResult.apiSummary
Gets a summary of the RestApi at the date and time that the
deployment resource was created.
|
private java.util.Map<java.lang.String,java.util.Map<java.lang.String,MethodSnapshot>> |
Deployment.apiSummary
Gets a summary of the RestApi at the date and time that the
deployment resource was created.
|
private java.util.Map<java.lang.String,java.util.Map<java.lang.String,MethodSnapshot>> |
CreateDeploymentResult.apiSummary
Gets a summary of the RestApi at the date and time that the
deployment resource was created.
|
Modifier and Type | Method and Description |
---|---|
MethodSnapshot |
MethodSnapshot.clone() |
MethodSnapshot |
MethodSnapshot.withApiKeyRequired(java.lang.Boolean apiKeyRequired)
Specifies whether the method requires a valid ApiKey.
|
MethodSnapshot |
MethodSnapshot.withAuthorizationType(java.lang.String authorizationType)
Specifies the type of authorization used for the method.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.util.Map<java.lang.String,MethodSnapshot>> |
UpdateDeploymentResult.getApiSummary()
Gets a summary of the RestApi at the date and time that the
deployment resource was created.
|
java.util.Map<java.lang.String,java.util.Map<java.lang.String,MethodSnapshot>> |
GetDeploymentResult.getApiSummary()
Gets a summary of the RestApi at the date and time that the
deployment resource was created.
|
java.util.Map<java.lang.String,java.util.Map<java.lang.String,MethodSnapshot>> |
Deployment.getApiSummary()
Gets a summary of the RestApi at the date and time that the
deployment resource was created.
|
java.util.Map<java.lang.String,java.util.Map<java.lang.String,MethodSnapshot>> |
CreateDeploymentResult.getApiSummary()
Gets a summary of the RestApi at the date and time that the
deployment resource was created.
|
Modifier and Type | Method and Description |
---|---|
UpdateDeploymentResult |
UpdateDeploymentResult.addApiSummaryEntry(java.lang.String key,
java.util.Map<java.lang.String,MethodSnapshot> value) |
GetDeploymentResult |
GetDeploymentResult.addApiSummaryEntry(java.lang.String key,
java.util.Map<java.lang.String,MethodSnapshot> value) |
Deployment |
Deployment.addApiSummaryEntry(java.lang.String key,
java.util.Map<java.lang.String,MethodSnapshot> value) |
CreateDeploymentResult |
CreateDeploymentResult.addApiSummaryEntry(java.lang.String key,
java.util.Map<java.lang.String,MethodSnapshot> value) |
void |
UpdateDeploymentResult.setApiSummary(java.util.Map<java.lang.String,java.util.Map<java.lang.String,MethodSnapshot>> apiSummary)
Gets a summary of the RestApi at the date and time that the
deployment resource was created.
|
void |
GetDeploymentResult.setApiSummary(java.util.Map<java.lang.String,java.util.Map<java.lang.String,MethodSnapshot>> apiSummary)
Gets a summary of the RestApi at the date and time that the
deployment resource was created.
|
void |
Deployment.setApiSummary(java.util.Map<java.lang.String,java.util.Map<java.lang.String,MethodSnapshot>> apiSummary)
Gets a summary of the RestApi at the date and time that the
deployment resource was created.
|
void |
CreateDeploymentResult.setApiSummary(java.util.Map<java.lang.String,java.util.Map<java.lang.String,MethodSnapshot>> apiSummary)
Gets a summary of the RestApi at the date and time that the
deployment resource was created.
|
UpdateDeploymentResult |
UpdateDeploymentResult.withApiSummary(java.util.Map<java.lang.String,java.util.Map<java.lang.String,MethodSnapshot>> apiSummary)
Gets a summary of the RestApi at the date and time that the
deployment resource was created.
|
GetDeploymentResult |
GetDeploymentResult.withApiSummary(java.util.Map<java.lang.String,java.util.Map<java.lang.String,MethodSnapshot>> apiSummary)
Gets a summary of the RestApi at the date and time that the
deployment resource was created.
|
Deployment |
Deployment.withApiSummary(java.util.Map<java.lang.String,java.util.Map<java.lang.String,MethodSnapshot>> apiSummary)
Gets a summary of the RestApi at the date and time that the
deployment resource was created.
|
CreateDeploymentResult |
CreateDeploymentResult.withApiSummary(java.util.Map<java.lang.String,java.util.Map<java.lang.String,MethodSnapshot>> apiSummary)
Gets a summary of the RestApi at the date and time that the
deployment resource was created.
|
Modifier and Type | Method and Description |
---|---|
MethodSnapshot |
MethodSnapshotJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
MethodSnapshotJsonMarshaller.marshall(MethodSnapshot methodSnapshot,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|