| Package | Description |
|---|---|
| com.amazonaws.services.codedeploy.model |
| Modifier and Type | Method and Description |
|---|---|
TagFilter |
TagFilter.clone() |
TagFilter |
TagFilter.withKey(String key)
The on-premises instance tag filter key.
|
TagFilter |
TagFilter.withType(String type)
The on-premises instance tag filter type:
|
TagFilter |
TagFilter.withType(TagFilterType type)
The on-premises instance tag filter type:
|
TagFilter |
TagFilter.withValue(String value)
The on-premises instance tag filter value.
|
| Modifier and Type | Method and Description |
|---|---|
List<TagFilter> |
DeploymentGroupInfo.getOnPremisesInstanceTagFilters()
The on-premises instance tags on which to filter.
|
List<TagFilter> |
CreateDeploymentGroupRequest.getOnPremisesInstanceTagFilters()
The on-premises instance tags on which to filter.
|
List<TagFilter> |
UpdateDeploymentGroupRequest.getOnPremisesInstanceTagFilters()
The replacement set of on-premises instance tags on which to filter, if you want to change them.
|
List<List<TagFilter>> |
OnPremisesTagSet.getOnPremisesTagSetList()
A list that contains other lists of on-premises instance tag groups.
|
List<TagFilter> |
ListOnPremisesInstancesRequest.getTagFilters()
The on-premises instance tags that are used to restrict the on-premises instance names returned.
|
| Modifier and Type | Method and Description |
|---|---|
DeploymentGroupInfo |
DeploymentGroupInfo.withOnPremisesInstanceTagFilters(TagFilter... onPremisesInstanceTagFilters)
The on-premises instance tags on which to filter.
|
CreateDeploymentGroupRequest |
CreateDeploymentGroupRequest.withOnPremisesInstanceTagFilters(TagFilter... onPremisesInstanceTagFilters)
The on-premises instance tags on which to filter.
|
UpdateDeploymentGroupRequest |
UpdateDeploymentGroupRequest.withOnPremisesInstanceTagFilters(TagFilter... onPremisesInstanceTagFilters)
The replacement set of on-premises instance tags on which to filter, if you want to change them.
|
ListOnPremisesInstancesRequest |
ListOnPremisesInstancesRequest.withTagFilters(TagFilter... tagFilters)
The on-premises instance tags that are used to restrict the on-premises instance names returned.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DeploymentGroupInfo.setOnPremisesInstanceTagFilters(Collection<TagFilter> onPremisesInstanceTagFilters)
The on-premises instance tags on which to filter.
|
void |
CreateDeploymentGroupRequest.setOnPremisesInstanceTagFilters(Collection<TagFilter> onPremisesInstanceTagFilters)
The on-premises instance tags on which to filter.
|
void |
UpdateDeploymentGroupRequest.setOnPremisesInstanceTagFilters(Collection<TagFilter> onPremisesInstanceTagFilters)
The replacement set of on-premises instance tags on which to filter, if you want to change them.
|
void |
OnPremisesTagSet.setOnPremisesTagSetList(Collection<List<TagFilter>> onPremisesTagSetList)
A list that contains other lists of on-premises instance tag groups.
|
void |
ListOnPremisesInstancesRequest.setTagFilters(Collection<TagFilter> tagFilters)
The on-premises instance tags that are used to restrict the on-premises instance names returned.
|
DeploymentGroupInfo |
DeploymentGroupInfo.withOnPremisesInstanceTagFilters(Collection<TagFilter> onPremisesInstanceTagFilters)
The on-premises instance tags on which to filter.
|
CreateDeploymentGroupRequest |
CreateDeploymentGroupRequest.withOnPremisesInstanceTagFilters(Collection<TagFilter> onPremisesInstanceTagFilters)
The on-premises instance tags on which to filter.
|
UpdateDeploymentGroupRequest |
UpdateDeploymentGroupRequest.withOnPremisesInstanceTagFilters(Collection<TagFilter> onPremisesInstanceTagFilters)
The replacement set of on-premises instance tags on which to filter, if you want to change them.
|
OnPremisesTagSet |
OnPremisesTagSet.withOnPremisesTagSetList(Collection<List<TagFilter>> onPremisesTagSetList)
A list that contains other lists of on-premises instance tag groups.
|
ListOnPremisesInstancesRequest |
ListOnPremisesInstancesRequest.withTagFilters(Collection<TagFilter> tagFilters)
The on-premises instance tags that are used to restrict the on-premises instance names returned.
|
Copyright © 2022. All rights reserved.