| Package | Description |
|---|---|
| com.amazonaws.services.pipes |
Amazon EventBridge Pipes connects event sources to targets.
|
| com.amazonaws.services.pipes.model |
| Modifier and Type | Method and Description |
|---|---|
DescribePipeResult |
AbstractAmazonPipes.describePipe(DescribePipeRequest request) |
DescribePipeResult |
AmazonPipes.describePipe(DescribePipeRequest describePipeRequest)
Get the information about an existing pipe.
|
DescribePipeResult |
AmazonPipesClient.describePipe(DescribePipeRequest request)
Get the information about an existing pipe.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DescribePipeResult> |
AbstractAmazonPipesAsync.describePipeAsync(DescribePipeRequest request,
AsyncHandler<DescribePipeRequest,DescribePipeResult> asyncHandler) |
Future<DescribePipeResult> |
AmazonPipesAsync.describePipeAsync(DescribePipeRequest describePipeRequest,
AsyncHandler<DescribePipeRequest,DescribePipeResult> asyncHandler)
Get the information about an existing pipe.
|
Future<DescribePipeResult> |
AmazonPipesAsyncClient.describePipeAsync(DescribePipeRequest request,
AsyncHandler<DescribePipeRequest,DescribePipeResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DescribePipeResult |
DescribePipeResult.addTagsEntry(String key,
String value)
Add a single Tags entry
|
DescribePipeResult |
DescribePipeResult.clearTagsEntries()
Removes all the entries added into Tags.
|
DescribePipeResult |
DescribePipeResult.clone() |
DescribePipeResult |
DescribePipeResult.withArn(String arn)
The ARN of the pipe.
|
DescribePipeResult |
DescribePipeResult.withCreationTime(Date creationTime)
The time the pipe was created.
|
DescribePipeResult |
DescribePipeResult.withCurrentState(PipeState currentState)
The state the pipe is in.
|
DescribePipeResult |
DescribePipeResult.withCurrentState(String currentState)
The state the pipe is in.
|
DescribePipeResult |
DescribePipeResult.withDescription(String description)
A description of the pipe.
|
DescribePipeResult |
DescribePipeResult.withDesiredState(RequestedPipeStateDescribeResponse desiredState)
The state the pipe should be in.
|
DescribePipeResult |
DescribePipeResult.withDesiredState(String desiredState)
The state the pipe should be in.
|
DescribePipeResult |
DescribePipeResult.withEnrichment(String enrichment)
The ARN of the enrichment resource.
|
DescribePipeResult |
DescribePipeResult.withEnrichmentParameters(PipeEnrichmentParameters enrichmentParameters)
The parameters required to set up enrichment on your pipe.
|
DescribePipeResult |
DescribePipeResult.withLastModifiedTime(Date lastModifiedTime)
When the pipe was last updated, in ISO-8601 format
(YYYY-MM-DDThh:mm:ss.sTZD).
|
DescribePipeResult |
DescribePipeResult.withLogConfiguration(PipeLogConfiguration logConfiguration)
The logging configuration settings for the pipe.
|
DescribePipeResult |
DescribePipeResult.withName(String name)
The name of the pipe.
|
DescribePipeResult |
DescribePipeResult.withRoleArn(String roleArn)
The ARN of the role that allows the pipe to send data to the target.
|
DescribePipeResult |
DescribePipeResult.withSource(String source)
The ARN of the source resource.
|
DescribePipeResult |
DescribePipeResult.withSourceParameters(PipeSourceParameters sourceParameters)
The parameters required to set up a source for your pipe.
|
DescribePipeResult |
DescribePipeResult.withStateReason(String stateReason)
The reason the pipe is in its current state.
|
DescribePipeResult |
DescribePipeResult.withTags(Map<String,String> tags)
The list of key-value pairs to associate with the pipe.
|
DescribePipeResult |
DescribePipeResult.withTarget(String target)
The ARN of the target resource.
|
DescribePipeResult |
DescribePipeResult.withTargetParameters(PipeTargetParameters targetParameters)
The parameters required to set up a target for your pipe.
|
Copyright © 2023. All rights reserved.