| Package | Description |
|---|---|
| com.amazonaws.services.support |
Synchronous and asynchronous client classes for accessing AWSSupport.
|
| com.amazonaws.services.support.model |
Classes modeling the various types represented by AWSSupport.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeAttachmentResult |
AWSSupport.describeAttachment(DescribeAttachmentRequest describeAttachmentRequest)
Returns the attachment that has the specified ID.
|
DescribeAttachmentResult |
AWSSupportClient.describeAttachment(DescribeAttachmentRequest describeAttachmentRequest)
Returns the attachment that has the specified ID.
|
Future<DescribeAttachmentResult> |
AWSSupportAsync.describeAttachmentAsync(DescribeAttachmentRequest describeAttachmentRequest)
Returns the attachment that has the specified ID.
|
Future<DescribeAttachmentResult> |
AWSSupportAsyncClient.describeAttachmentAsync(DescribeAttachmentRequest describeAttachmentRequest)
Returns the attachment that has the specified ID.
|
Future<DescribeAttachmentResult> |
AWSSupportAsync.describeAttachmentAsync(DescribeAttachmentRequest describeAttachmentRequest,
AsyncHandler<DescribeAttachmentRequest,DescribeAttachmentResult> asyncHandler)
Returns the attachment that has the specified ID.
|
Future<DescribeAttachmentResult> |
AWSSupportAsyncClient.describeAttachmentAsync(DescribeAttachmentRequest describeAttachmentRequest,
AsyncHandler<DescribeAttachmentRequest,DescribeAttachmentResult> asyncHandler)
Returns the attachment that has the specified ID.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeAttachmentResult> |
AWSSupportAsync.describeAttachmentAsync(DescribeAttachmentRequest describeAttachmentRequest,
AsyncHandler<DescribeAttachmentRequest,DescribeAttachmentResult> asyncHandler)
Returns the attachment that has the specified ID.
|
Future<DescribeAttachmentResult> |
AWSSupportAsyncClient.describeAttachmentAsync(DescribeAttachmentRequest describeAttachmentRequest,
AsyncHandler<DescribeAttachmentRequest,DescribeAttachmentResult> asyncHandler)
Returns the attachment that has the specified ID.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeAttachmentRequest |
DescribeAttachmentRequest.clone() |
DescribeAttachmentRequest |
DescribeAttachmentRequest.withAttachmentId(String attachmentId)
The ID of the attachment to return.
|
Copyright © 2015. All rights reserved.