| Package | Description |
|---|---|
| software.amazon.awssdk.services.applicationinsights |
|
| Modifier and Type | Method and Description |
|---|---|
default DeleteLogPatternResponse |
ApplicationInsightsClient.deleteLogPattern(Consumer<DeleteLogPatternRequest.Builder> deleteLogPatternRequest)
Removes the specified log pattern from a
LogPatternSet. |
default DeleteLogPatternResponse |
ApplicationInsightsClient.deleteLogPattern(DeleteLogPatternRequest deleteLogPatternRequest)
Removes the specified log pattern from a
LogPatternSet. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DeleteLogPatternResponse> |
ApplicationInsightsAsyncClient.deleteLogPattern(Consumer<DeleteLogPatternRequest.Builder> deleteLogPatternRequest)
Removes the specified log pattern from a
LogPatternSet. |
default CompletableFuture<DeleteLogPatternResponse> |
ApplicationInsightsAsyncClient.deleteLogPattern(DeleteLogPatternRequest deleteLogPatternRequest)
Removes the specified log pattern from a
LogPatternSet. |
Copyright © 2020. All rights reserved.