Uses of Class
software.amazon.awssdk.services.ebs.model.Tag
-
Packages that use Tag Package Description software.amazon.awssdk.services.ebs.model -
-
Uses of Tag in software.amazon.awssdk.services.ebs.model
Methods in software.amazon.awssdk.services.ebs.model that return types with arguments of type Tag Modifier and Type Method Description List<Tag>StartSnapshotRequest. tags()The tags to apply to the snapshot.List<Tag>StartSnapshotResponse. tags()The tags applied to the snapshot.Methods in software.amazon.awssdk.services.ebs.model with parameters of type Tag Modifier and Type Method Description StartSnapshotRequest.BuilderStartSnapshotRequest.Builder. tags(Tag... tags)The tags to apply to the snapshot.StartSnapshotResponse.BuilderStartSnapshotResponse.Builder. tags(Tag... tags)The tags applied to the snapshot.Method parameters in software.amazon.awssdk.services.ebs.model with type arguments of type Tag Modifier and Type Method Description StartSnapshotRequest.BuilderStartSnapshotRequest.Builder. tags(Collection<Tag> tags)The tags to apply to the snapshot.StartSnapshotResponse.BuilderStartSnapshotResponse.Builder. tags(Collection<Tag> tags)The tags applied to the snapshot.
-