Package | Description |
---|---|
com.amazonaws.services.codedeploy.model | |
com.amazonaws.services.codedeploy.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<TagFilter> |
UpdateDeploymentGroupRequest.onPremisesInstanceTagFilters
The replacement set of on-premises instance tags on which to filter, if
you want to change them.
|
private SdkInternalList<TagFilter> |
DeploymentGroupInfo.onPremisesInstanceTagFilters
The on-premises instance tags on which to filter.
|
private SdkInternalList<TagFilter> |
CreateDeploymentGroupRequest.onPremisesInstanceTagFilters
The on-premises instance tags on which to filter.
|
private SdkInternalList<TagFilter> |
ListOnPremisesInstancesRequest.tagFilters
The on-premises instance tags that will be used to restrict the
corresponding on-premises instance names returned.
|
Modifier and Type | Method and Description |
---|---|
TagFilter |
TagFilter.clone() |
TagFilter |
TagFilter.withKey(java.lang.String key)
The on-premises instance tag filter key.
|
TagFilter |
TagFilter.withType(java.lang.String type)
The on-premises instance tag filter type:
|
TagFilter |
TagFilter.withType(TagFilterType type)
The on-premises instance tag filter type:
|
TagFilter |
TagFilter.withValue(java.lang.String value)
The on-premises instance tag filter value.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<TagFilter> |
UpdateDeploymentGroupRequest.getOnPremisesInstanceTagFilters()
The replacement set of on-premises instance tags on which to filter, if
you want to change them.
|
java.util.List<TagFilter> |
DeploymentGroupInfo.getOnPremisesInstanceTagFilters()
The on-premises instance tags on which to filter.
|
java.util.List<TagFilter> |
CreateDeploymentGroupRequest.getOnPremisesInstanceTagFilters()
The on-premises instance tags on which to filter.
|
java.util.List<TagFilter> |
ListOnPremisesInstancesRequest.getTagFilters()
The on-premises instance tags that will be used to restrict the
corresponding on-premises instance names returned.
|
Modifier and Type | Method and Description |
---|---|
UpdateDeploymentGroupRequest |
UpdateDeploymentGroupRequest.withOnPremisesInstanceTagFilters(TagFilter... onPremisesInstanceTagFilters)
The replacement set of on-premises instance tags on which to filter, if
you want to change them.
|
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.
|
ListOnPremisesInstancesRequest |
ListOnPremisesInstancesRequest.withTagFilters(TagFilter... tagFilters)
The on-premises instance tags that will be used to restrict the
corresponding on-premises instance names returned.
|
Modifier and Type | Method and Description |
---|---|
void |
UpdateDeploymentGroupRequest.setOnPremisesInstanceTagFilters(java.util.Collection<TagFilter> onPremisesInstanceTagFilters)
The replacement set of on-premises instance tags on which to filter, if
you want to change them.
|
void |
DeploymentGroupInfo.setOnPremisesInstanceTagFilters(java.util.Collection<TagFilter> onPremisesInstanceTagFilters)
The on-premises instance tags on which to filter.
|
void |
CreateDeploymentGroupRequest.setOnPremisesInstanceTagFilters(java.util.Collection<TagFilter> onPremisesInstanceTagFilters)
The on-premises instance tags on which to filter.
|
void |
ListOnPremisesInstancesRequest.setTagFilters(java.util.Collection<TagFilter> tagFilters)
The on-premises instance tags that will be used to restrict the
corresponding on-premises instance names returned.
|
UpdateDeploymentGroupRequest |
UpdateDeploymentGroupRequest.withOnPremisesInstanceTagFilters(java.util.Collection<TagFilter> onPremisesInstanceTagFilters)
The replacement set of on-premises instance tags on which to filter, if
you want to change them.
|
DeploymentGroupInfo |
DeploymentGroupInfo.withOnPremisesInstanceTagFilters(java.util.Collection<TagFilter> onPremisesInstanceTagFilters)
The on-premises instance tags on which to filter.
|
CreateDeploymentGroupRequest |
CreateDeploymentGroupRequest.withOnPremisesInstanceTagFilters(java.util.Collection<TagFilter> onPremisesInstanceTagFilters)
The on-premises instance tags on which to filter.
|
ListOnPremisesInstancesRequest |
ListOnPremisesInstancesRequest.withTagFilters(java.util.Collection<TagFilter> tagFilters)
The on-premises instance tags that will be used to restrict the
corresponding on-premises instance names returned.
|
Modifier and Type | Method and Description |
---|---|
TagFilter |
TagFilterJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
TagFilterJsonMarshaller.marshall(TagFilter tagFilter,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|