Package | Description |
---|---|
com.amazonaws.services.certificatemanager.model | |
com.amazonaws.services.certificatemanager.model.transform |
Modifier and Type | Field and Description |
---|---|
private java.util.List<Tag> |
RemoveTagsFromCertificateRequest.tags
The key-value pair that defines the tag to remove.
|
private java.util.List<Tag> |
ListTagsForCertificateResult.tags
The key-value pairs that define the applied tags.
|
private java.util.List<Tag> |
AddTagsToCertificateRequest.tags
The key-value pair that defines the tag.
|
Modifier and Type | Method and Description |
---|---|
Tag |
Tag.clone() |
Tag |
Tag.withKey(java.lang.String key)
The key of the tag.
|
Tag |
Tag.withValue(java.lang.String value)
The value of the tag.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Tag> |
RemoveTagsFromCertificateRequest.getTags()
The key-value pair that defines the tag to remove.
|
java.util.List<Tag> |
ListTagsForCertificateResult.getTags()
The key-value pairs that define the applied tags.
|
java.util.List<Tag> |
AddTagsToCertificateRequest.getTags()
The key-value pair that defines the tag.
|
Modifier and Type | Method and Description |
---|---|
RemoveTagsFromCertificateRequest |
RemoveTagsFromCertificateRequest.withTags(Tag... tags)
The key-value pair that defines the tag to remove.
|
ListTagsForCertificateResult |
ListTagsForCertificateResult.withTags(Tag... tags)
The key-value pairs that define the applied tags.
|
AddTagsToCertificateRequest |
AddTagsToCertificateRequest.withTags(Tag... tags)
The key-value pair that defines the tag.
|
Modifier and Type | Method and Description |
---|---|
void |
RemoveTagsFromCertificateRequest.setTags(java.util.Collection<Tag> tags)
The key-value pair that defines the tag to remove.
|
void |
ListTagsForCertificateResult.setTags(java.util.Collection<Tag> tags)
The key-value pairs that define the applied tags.
|
void |
AddTagsToCertificateRequest.setTags(java.util.Collection<Tag> tags)
The key-value pair that defines the tag.
|
RemoveTagsFromCertificateRequest |
RemoveTagsFromCertificateRequest.withTags(java.util.Collection<Tag> tags)
The key-value pair that defines the tag to remove.
|
ListTagsForCertificateResult |
ListTagsForCertificateResult.withTags(java.util.Collection<Tag> tags)
The key-value pairs that define the applied tags.
|
AddTagsToCertificateRequest |
AddTagsToCertificateRequest.withTags(java.util.Collection<Tag> tags)
The key-value pair that defines the tag.
|
Modifier and Type | Method and Description |
---|---|
Tag |
TagJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
TagJsonMarshaller.marshall(Tag tag,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|