Package | Description |
---|---|
com.amazonaws.services.inspector.model | |
com.amazonaws.services.inspector.model.transform |
Modifier and Type | Field and Description |
---|---|
private AgentFilter |
ListAssessmentRunAgentsRequest.filter
You can use this parameter to specify a subset of data to be included in
the action's response.
|
Modifier and Type | Method and Description |
---|---|
AgentFilter |
AgentFilter.clone() |
AgentFilter |
ListAssessmentRunAgentsRequest.getFilter()
You can use this parameter to specify a subset of data to be included in
the action's response.
|
AgentFilter |
AgentFilter.withAgentHealthCodes(AgentHealthCode... agentHealthCodes)
The detailed health state of the agent.
|
AgentFilter |
AgentFilter.withAgentHealthCodes(java.util.Collection<java.lang.String> agentHealthCodes)
The detailed health state of the agent.
|
AgentFilter |
AgentFilter.withAgentHealthCodes(java.lang.String... agentHealthCodes)
The detailed health state of the agent.
|
AgentFilter |
AgentFilter.withAgentHealths(AgentHealth... agentHealths)
The current health state of the agent.
|
AgentFilter |
AgentFilter.withAgentHealths(java.util.Collection<java.lang.String> agentHealths)
The current health state of the agent.
|
AgentFilter |
AgentFilter.withAgentHealths(java.lang.String... agentHealths)
The current health state of the agent.
|
Modifier and Type | Method and Description |
---|---|
void |
ListAssessmentRunAgentsRequest.setFilter(AgentFilter filter)
You can use this parameter to specify a subset of data to be included in
the action's response.
|
ListAssessmentRunAgentsRequest |
ListAssessmentRunAgentsRequest.withFilter(AgentFilter filter)
You can use this parameter to specify a subset of data to be included in
the action's response.
|
Modifier and Type | Method and Description |
---|---|
AgentFilter |
AgentFilterJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
AgentFilterJsonMarshaller.marshall(AgentFilter agentFilter,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|