| Package | Description |
|---|---|
| software.amazon.awssdk.services.codedeploy.model | |
| software.amazon.awssdk.services.codedeploy.transform |
| Modifier and Type | Method and Description |
|---|---|
List<TagFilter> |
UpdateDeploymentGroupRequest.onPremisesInstanceTagFilters()
The replacement set of on-premises instance tags on which to filter, if you want to change them.
|
List<TagFilter> |
DeploymentGroupInfo.onPremisesInstanceTagFilters()
The on-premises instance tags on which to filter.
|
List<TagFilter> |
CreateDeploymentGroupRequest.onPremisesInstanceTagFilters()
The on-premises instance tags on which to filter.
|
List<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 |
|---|---|
UpdateDeploymentGroupRequest.Builder |
UpdateDeploymentGroupRequest.Builder.onPremisesInstanceTagFilters(TagFilter... onPremisesInstanceTagFilters)
The replacement set of on-premises instance tags on which to filter, if you want to change them.
|
DeploymentGroupInfo.Builder |
DeploymentGroupInfo.Builder.onPremisesInstanceTagFilters(TagFilter... onPremisesInstanceTagFilters)
The on-premises instance tags on which to filter.
|
CreateDeploymentGroupRequest.Builder |
CreateDeploymentGroupRequest.Builder.onPremisesInstanceTagFilters(TagFilter... onPremisesInstanceTagFilters)
The on-premises instance tags on which to filter.
|
ListOnPremisesInstancesRequest.Builder |
ListOnPremisesInstancesRequest.Builder.tagFilters(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 |
|---|---|
UpdateDeploymentGroupRequest.Builder |
UpdateDeploymentGroupRequest.Builder.onPremisesInstanceTagFilters(Collection<TagFilter> onPremisesInstanceTagFilters)
The replacement set of on-premises instance tags on which to filter, if you want to change them.
|
DeploymentGroupInfo.Builder |
DeploymentGroupInfo.Builder.onPremisesInstanceTagFilters(Collection<TagFilter> onPremisesInstanceTagFilters)
The on-premises instance tags on which to filter.
|
CreateDeploymentGroupRequest.Builder |
CreateDeploymentGroupRequest.Builder.onPremisesInstanceTagFilters(Collection<TagFilter> onPremisesInstanceTagFilters)
The on-premises instance tags on which to filter.
|
ListOnPremisesInstancesRequest.Builder |
ListOnPremisesInstancesRequest.Builder.tagFilters(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 |
TagFilterUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
TagFilterMarshaller.marshall(TagFilter tagFilter,
ProtocolMarshaller protocolMarshaller)
Marshall the given parameter object.
|
Copyright © 2017. All rights reserved.