| Package | Description |
|---|---|
| com.amazonaws.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
DocumentationPartLocation |
DocumentationPartLocation.clone() |
DocumentationPartLocation |
DocumentationPart.getLocation()
The location of the API entity to which the documentation applies.
|
DocumentationPartLocation |
UpdateDocumentationPartResult.getLocation()
The location of the API entity to which the documentation applies.
|
DocumentationPartLocation |
CreateDocumentationPartResult.getLocation()
The location of the API entity to which the documentation applies.
|
DocumentationPartLocation |
CreateDocumentationPartRequest.getLocation()
The location of the targeted API entity of the to-be-created documentation part.
|
DocumentationPartLocation |
GetDocumentationPartResult.getLocation()
The location of the API entity to which the documentation applies.
|
DocumentationPartLocation |
DocumentationPartLocation.withMethod(String method)
The HTTP verb of a method.
|
DocumentationPartLocation |
DocumentationPartLocation.withName(String name)
The name of the targeted API entity.
|
DocumentationPartLocation |
DocumentationPartLocation.withPath(String path)
The URL path of the target.
|
DocumentationPartLocation |
DocumentationPartLocation.withStatusCode(String statusCode)
The HTTP status code of a response.
|
DocumentationPartLocation |
DocumentationPartLocation.withType(DocumentationPartType type)
The type of API entity to which the documentation content applies.
|
DocumentationPartLocation |
DocumentationPartLocation.withType(String type)
The type of API entity to which the documentation content applies.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DocumentationPart.setLocation(DocumentationPartLocation location)
The location of the API entity to which the documentation applies.
|
void |
UpdateDocumentationPartResult.setLocation(DocumentationPartLocation location)
The location of the API entity to which the documentation applies.
|
void |
CreateDocumentationPartResult.setLocation(DocumentationPartLocation location)
The location of the API entity to which the documentation applies.
|
void |
CreateDocumentationPartRequest.setLocation(DocumentationPartLocation location)
The location of the targeted API entity of the to-be-created documentation part.
|
void |
GetDocumentationPartResult.setLocation(DocumentationPartLocation location)
The location of the API entity to which the documentation applies.
|
DocumentationPart |
DocumentationPart.withLocation(DocumentationPartLocation location)
The location of the API entity to which the documentation applies.
|
UpdateDocumentationPartResult |
UpdateDocumentationPartResult.withLocation(DocumentationPartLocation location)
The location of the API entity to which the documentation applies.
|
CreateDocumentationPartResult |
CreateDocumentationPartResult.withLocation(DocumentationPartLocation location)
The location of the API entity to which the documentation applies.
|
CreateDocumentationPartRequest |
CreateDocumentationPartRequest.withLocation(DocumentationPartLocation location)
The location of the targeted API entity of the to-be-created documentation part.
|
GetDocumentationPartResult |
GetDocumentationPartResult.withLocation(DocumentationPartLocation location)
The location of the API entity to which the documentation applies.
|
Copyright © 2022. All rights reserved.