Package | Description |
---|---|
com.amazonaws.services.ec2 |
|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
Future<CreateManagedPrefixListResult> |
AbstractAmazonEC2Async.createManagedPrefixListAsync(CreateManagedPrefixListRequest request,
AsyncHandler<CreateManagedPrefixListRequest,CreateManagedPrefixListResult> asyncHandler) |
Future<CreateManagedPrefixListResult> |
AmazonEC2Async.createManagedPrefixListAsync(CreateManagedPrefixListRequest createManagedPrefixListRequest,
AsyncHandler<CreateManagedPrefixListRequest,CreateManagedPrefixListResult> asyncHandler)
Creates a managed prefix list.
|
Future<CreateManagedPrefixListResult> |
AmazonEC2AsyncClient.createManagedPrefixListAsync(CreateManagedPrefixListRequest request,
AsyncHandler<CreateManagedPrefixListRequest,CreateManagedPrefixListResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
CreateManagedPrefixListRequest |
CreateManagedPrefixListRequest.clone() |
CreateManagedPrefixListRequest |
CreateManagedPrefixListRequest.withAddressFamily(String addressFamily)
The IP address type.
|
CreateManagedPrefixListRequest |
CreateManagedPrefixListRequest.withClientToken(String clientToken)
Unique, case-sensitive identifier you provide to ensure the idempotency of the request.
|
CreateManagedPrefixListRequest |
CreateManagedPrefixListRequest.withEntries(AddPrefixListEntry... entries)
One or more entries for the prefix list.
|
CreateManagedPrefixListRequest |
CreateManagedPrefixListRequest.withEntries(Collection<AddPrefixListEntry> entries)
One or more entries for the prefix list.
|
CreateManagedPrefixListRequest |
CreateManagedPrefixListRequest.withMaxEntries(Integer maxEntries)
The maximum number of entries for the prefix list.
|
CreateManagedPrefixListRequest |
CreateManagedPrefixListRequest.withPrefixListName(String prefixListName)
A name for the prefix list.
|
CreateManagedPrefixListRequest |
CreateManagedPrefixListRequest.withTagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to apply to the prefix list during creation.
|
CreateManagedPrefixListRequest |
CreateManagedPrefixListRequest.withTagSpecifications(TagSpecification... tagSpecifications)
The tags to apply to the prefix list during creation.
|
Modifier and Type | Method and Description |
---|---|
Request<CreateManagedPrefixListRequest> |
CreateManagedPrefixListRequest.getDryRunRequest()
This method is intended for internal use only.
|
Copyright © 2021. All rights reserved.