| Package | Description |
|---|---|
| com.amazonaws.services.applicationsignals |
Use CloudWatch Application Signals for comprehensive observability of your cloud-based applications.
|
| com.amazonaws.services.applicationsignals.model |
| Modifier and Type | Method and Description |
|---|---|
GetServiceResult |
AmazonApplicationSignalsClient.getService(GetServiceRequest request)
Returns information about a service discovered by Application Signals.
|
GetServiceResult |
AbstractAmazonApplicationSignals.getService(GetServiceRequest request) |
GetServiceResult |
AmazonApplicationSignals.getService(GetServiceRequest getServiceRequest)
Returns information about a service discovered by Application Signals.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetServiceResult> |
AmazonApplicationSignalsAsyncClient.getServiceAsync(GetServiceRequest request) |
Future<GetServiceResult> |
AbstractAmazonApplicationSignalsAsync.getServiceAsync(GetServiceRequest request) |
Future<GetServiceResult> |
AmazonApplicationSignalsAsync.getServiceAsync(GetServiceRequest getServiceRequest)
Returns information about a service discovered by Application Signals.
|
Future<GetServiceResult> |
AmazonApplicationSignalsAsyncClient.getServiceAsync(GetServiceRequest request,
AsyncHandler<GetServiceRequest,GetServiceResult> asyncHandler) |
Future<GetServiceResult> |
AbstractAmazonApplicationSignalsAsync.getServiceAsync(GetServiceRequest request,
AsyncHandler<GetServiceRequest,GetServiceResult> asyncHandler) |
Future<GetServiceResult> |
AmazonApplicationSignalsAsync.getServiceAsync(GetServiceRequest getServiceRequest,
AsyncHandler<GetServiceRequest,GetServiceResult> asyncHandler)
Returns information about a service discovered by Application Signals.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetServiceResult> |
AmazonApplicationSignalsAsyncClient.getServiceAsync(GetServiceRequest request,
AsyncHandler<GetServiceRequest,GetServiceResult> asyncHandler) |
Future<GetServiceResult> |
AbstractAmazonApplicationSignalsAsync.getServiceAsync(GetServiceRequest request,
AsyncHandler<GetServiceRequest,GetServiceResult> asyncHandler) |
Future<GetServiceResult> |
AmazonApplicationSignalsAsync.getServiceAsync(GetServiceRequest getServiceRequest,
AsyncHandler<GetServiceRequest,GetServiceResult> asyncHandler)
Returns information about a service discovered by Application Signals.
|
| Modifier and Type | Method and Description |
|---|---|
GetServiceResult |
GetServiceResult.clone() |
GetServiceResult |
GetServiceResult.withEndTime(Date endTime)
The end time of the data included in the response.
|
GetServiceResult |
GetServiceResult.withLogGroupReferences(Collection<Map<String,String>> logGroupReferences)
An array of string-to-string maps that each contain information about one log group associated with this service.
|
GetServiceResult |
GetServiceResult.withLogGroupReferences(Map<String,String>... logGroupReferences)
An array of string-to-string maps that each contain information about one log group associated with this service.
|
GetServiceResult |
GetServiceResult.withService(Service service)
A structure containing information about the service.
|
GetServiceResult |
GetServiceResult.withStartTime(Date startTime)
The start time of the data included in the response.
|
Copyright © 2024. All rights reserved.