Package | Description |
---|---|
com.amazonaws.services.ec2 |
|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
DescribeMacHostsResult |
AbstractAmazonEC2.describeMacHosts(DescribeMacHostsRequest request) |
DescribeMacHostsResult |
AmazonEC2Client.describeMacHosts(DescribeMacHostsRequest request)
Describes the specified EC2 Mac Dedicated Host or all of your EC2 Mac Dedicated Hosts.
|
DescribeMacHostsResult |
AmazonEC2.describeMacHosts(DescribeMacHostsRequest describeMacHostsRequest)
Describes the specified EC2 Mac Dedicated Host or all of your EC2 Mac Dedicated Hosts.
|
Modifier and Type | Method and Description |
---|---|
Future<DescribeMacHostsResult> |
AbstractAmazonEC2Async.describeMacHostsAsync(DescribeMacHostsRequest request,
AsyncHandler<DescribeMacHostsRequest,DescribeMacHostsResult> asyncHandler) |
Future<DescribeMacHostsResult> |
AmazonEC2Async.describeMacHostsAsync(DescribeMacHostsRequest describeMacHostsRequest,
AsyncHandler<DescribeMacHostsRequest,DescribeMacHostsResult> asyncHandler)
Describes the specified EC2 Mac Dedicated Host or all of your EC2 Mac Dedicated Hosts.
|
Future<DescribeMacHostsResult> |
AmazonEC2AsyncClient.describeMacHostsAsync(DescribeMacHostsRequest request,
AsyncHandler<DescribeMacHostsRequest,DescribeMacHostsResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
DescribeMacHostsResult |
DescribeMacHostsResult.clone() |
DescribeMacHostsResult |
DescribeMacHostsResult.withMacHosts(Collection<MacHost> macHosts)
Information about the EC2 Mac Dedicated Hosts.
|
DescribeMacHostsResult |
DescribeMacHostsResult.withMacHosts(MacHost... macHosts)
Information about the EC2 Mac Dedicated Hosts.
|
DescribeMacHostsResult |
DescribeMacHostsResult.withNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
Copyright © 2024. All rights reserved.