| Package | Description |
|---|---|
| pl.codewise.commons.aws.cqrs.model | |
| pl.codewise.commons.aws.cqrs.model.ec2 | |
| pl.codewise.commons.aws.cqrs.operations | |
| pl.codewise.commons.aws.cqrs.operations.ec2 |
| Modifier and Type | Method | Description |
|---|---|---|
List<AwsResourceTag> |
AwsInstance.getTags() |
| Modifier and Type | Method | Description |
|---|---|---|
AwsInstance.Builder |
AwsInstance.Builder.withTags(List<AwsResourceTag> tags) |
| Modifier and Type | Method | Description |
|---|---|---|
AwsResourceTag |
AwsResourceTag.Builder.build() |
|
static AwsResourceTag |
AwsResourceTag.create(String key,
String value) |
| Modifier and Type | Method | Description |
|---|---|---|
List<AwsResourceTag> |
Ami.getTags() |
|
Collection<AwsResourceTag> |
LoadBalancerParameters.getTags() |
| Modifier and Type | Method | Description |
|---|---|---|
LoadBalancerParameters.Builder |
LoadBalancerParameters.Builder.withTags(Collection<AwsResourceTag> tags) |
| Constructor | Description |
|---|---|
Ami(String imageId,
String name,
ZonedDateTime creationDate,
String rootDeviceType,
List<AwsResourceTag> tags) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
ClassicLoadBalancingOperations.tag(String loadBalancerName,
List<AwsResourceTag> tags) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
InstanceOperations.tag(String resourceId,
List<AwsResourceTag> tags) |
Copyright © 2018. All rights reserved.