Package | Description |
---|---|
com.amazonaws.services.apigateway | |
com.amazonaws.services.apigateway.model | |
com.amazonaws.services.apigateway.model.transform |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<UpdateAuthorizerResult> |
AmazonApiGatewayAsyncClient.updateAuthorizerAsync(UpdateAuthorizerRequest request,
AsyncHandler<UpdateAuthorizerRequest,UpdateAuthorizerResult> asyncHandler) |
java.util.concurrent.Future<UpdateAuthorizerResult> |
AmazonApiGatewayAsync.updateAuthorizerAsync(UpdateAuthorizerRequest updateAuthorizerRequest,
AsyncHandler<UpdateAuthorizerRequest,UpdateAuthorizerResult> asyncHandler)
Updates an existing Authorizer resource.
|
java.util.concurrent.Future<UpdateAuthorizerResult> |
AbstractAmazonApiGatewayAsync.updateAuthorizerAsync(UpdateAuthorizerRequest request,
AsyncHandler<UpdateAuthorizerRequest,UpdateAuthorizerResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
UpdateAuthorizerRequest |
UpdateAuthorizerRequest.clone() |
UpdateAuthorizerRequest |
UpdateAuthorizerRequest.withAuthorizerId(java.lang.String authorizerId)
The identifier of the Authorizer resource.
|
UpdateAuthorizerRequest |
UpdateAuthorizerRequest.withPatchOperations(java.util.Collection<PatchOperation> patchOperations)
A list of operations describing the updates to apply to the specified
resource.
|
UpdateAuthorizerRequest |
UpdateAuthorizerRequest.withPatchOperations(PatchOperation... patchOperations)
A list of operations describing the updates to apply to the specified
resource.
|
UpdateAuthorizerRequest |
UpdateAuthorizerRequest.withRestApiId(java.lang.String restApiId)
The RestApi identifier for the Authorizer resource.
|
Modifier and Type | Method and Description |
---|---|
Request<UpdateAuthorizerRequest> |
UpdateAuthorizerRequestMarshaller.marshall(UpdateAuthorizerRequest updateAuthorizerRequest) |
Modifier and Type | Method and Description |
---|---|
Request<UpdateAuthorizerRequest> |
UpdateAuthorizerRequestMarshaller.marshall(UpdateAuthorizerRequest updateAuthorizerRequest) |