Package | Description |
---|---|
com.amazonaws.services.apigateway | |
com.amazonaws.services.apigateway.model |
Modifier and Type | Method and Description |
---|---|
Future<GetSdkResult> |
AmazonApiGatewayAsyncClient.getSdkAsync(GetSdkRequest request,
AsyncHandler<GetSdkRequest,GetSdkResult> asyncHandler) |
Future<GetSdkResult> |
AmazonApiGatewayAsync.getSdkAsync(GetSdkRequest getSdkRequest,
AsyncHandler<GetSdkRequest,GetSdkResult> asyncHandler)
|
Future<GetSdkResult> |
AbstractAmazonApiGatewayAsync.getSdkAsync(GetSdkRequest request,
AsyncHandler<GetSdkRequest,GetSdkResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
GetSdkRequest |
GetSdkRequest.addParametersEntry(String key,
String value) |
GetSdkRequest |
GetSdkRequest.clearParametersEntries()
Removes all the entries added into Parameters.
|
GetSdkRequest |
GetSdkRequest.clone() |
GetSdkRequest |
GetSdkRequest.withParameters(Map<String,String> parameters)
A key-value map of query string parameters that specify properties of the
SDK, depending on the requested sdkType.
|
GetSdkRequest |
GetSdkRequest.withRestApiId(String restApiId)
The identifier of the RestApi that the SDK will use.
|
GetSdkRequest |
GetSdkRequest.withSdkType(String sdkType)
The language for the generated SDK.
|
GetSdkRequest |
GetSdkRequest.withStageName(String stageName)
The name of the Stage that the SDK will use.
|
Copyright © 2018. All rights reserved.