| Package | Description |
|---|---|
| com.amazonaws.services.amplify |
Amplify is a fully managed continuous deployment and hosting service for modern web apps.
|
| com.amazonaws.services.amplify.model |
| Modifier and Type | Method and Description |
|---|---|
GetWebhookResult |
AbstractAWSAmplify.getWebhook(GetWebhookRequest request) |
GetWebhookResult |
AWSAmplifyClient.getWebhook(GetWebhookRequest request)
Retrieves webhook info that corresponds to a webhookId.
|
GetWebhookResult |
AWSAmplify.getWebhook(GetWebhookRequest getWebhookRequest)
Retrieves webhook info that corresponds to a webhookId.
|
Future<GetWebhookResult> |
AbstractAWSAmplifyAsync.getWebhookAsync(GetWebhookRequest request) |
Future<GetWebhookResult> |
AWSAmplifyAsync.getWebhookAsync(GetWebhookRequest getWebhookRequest)
Retrieves webhook info that corresponds to a webhookId.
|
Future<GetWebhookResult> |
AWSAmplifyAsyncClient.getWebhookAsync(GetWebhookRequest request) |
Future<GetWebhookResult> |
AbstractAWSAmplifyAsync.getWebhookAsync(GetWebhookRequest request,
AsyncHandler<GetWebhookRequest,GetWebhookResult> asyncHandler) |
Future<GetWebhookResult> |
AWSAmplifyAsync.getWebhookAsync(GetWebhookRequest getWebhookRequest,
AsyncHandler<GetWebhookRequest,GetWebhookResult> asyncHandler)
Retrieves webhook info that corresponds to a webhookId.
|
Future<GetWebhookResult> |
AWSAmplifyAsyncClient.getWebhookAsync(GetWebhookRequest request,
AsyncHandler<GetWebhookRequest,GetWebhookResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetWebhookResult> |
AbstractAWSAmplifyAsync.getWebhookAsync(GetWebhookRequest request,
AsyncHandler<GetWebhookRequest,GetWebhookResult> asyncHandler) |
Future<GetWebhookResult> |
AWSAmplifyAsync.getWebhookAsync(GetWebhookRequest getWebhookRequest,
AsyncHandler<GetWebhookRequest,GetWebhookResult> asyncHandler)
Retrieves webhook info that corresponds to a webhookId.
|
Future<GetWebhookResult> |
AWSAmplifyAsyncClient.getWebhookAsync(GetWebhookRequest request,
AsyncHandler<GetWebhookRequest,GetWebhookResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetWebhookRequest |
GetWebhookRequest.clone() |
GetWebhookRequest |
GetWebhookRequest.withWebhookId(String webhookId)
Unique Id for a webhook.
|
Copyright © 2020. All rights reserved.