Package | Description |
---|---|
com.amazonaws.services.applicationdiscovery.model | |
com.amazonaws.services.applicationdiscovery.model.transform |
Modifier and Type | Field and Description |
---|---|
private java.util.List<AgentConfigurationStatus> |
StopDataCollectionByAgentIdsResult.agentsConfigurationStatus
Information about agents that were instructed to stop collecting data.
|
private java.util.List<AgentConfigurationStatus> |
StartDataCollectionByAgentIdsResult.agentsConfigurationStatus
Information about agents that were instructed to start collecting data.
|
Modifier and Type | Method and Description |
---|---|
AgentConfigurationStatus |
AgentConfigurationStatus.clone() |
AgentConfigurationStatus |
AgentConfigurationStatus.withAgentId(java.lang.String agentId)
The agent ID.
|
AgentConfigurationStatus |
AgentConfigurationStatus.withDescription(java.lang.String description)
A description of the operation performed.
|
AgentConfigurationStatus |
AgentConfigurationStatus.withOperationSucceeded(java.lang.Boolean operationSucceeded)
Information about the status of the
StartDataCollection and
StopDataCollection operations. |
Modifier and Type | Method and Description |
---|---|
java.util.List<AgentConfigurationStatus> |
StopDataCollectionByAgentIdsResult.getAgentsConfigurationStatus()
Information about agents that were instructed to stop collecting data.
|
java.util.List<AgentConfigurationStatus> |
StartDataCollectionByAgentIdsResult.getAgentsConfigurationStatus()
Information about agents that were instructed to start collecting data.
|
Modifier and Type | Method and Description |
---|---|
StopDataCollectionByAgentIdsResult |
StopDataCollectionByAgentIdsResult.withAgentsConfigurationStatus(AgentConfigurationStatus... agentsConfigurationStatus)
Information about agents that were instructed to stop collecting data.
|
StartDataCollectionByAgentIdsResult |
StartDataCollectionByAgentIdsResult.withAgentsConfigurationStatus(AgentConfigurationStatus... agentsConfigurationStatus)
Information about agents that were instructed to start collecting data.
|
Modifier and Type | Method and Description |
---|---|
void |
StopDataCollectionByAgentIdsResult.setAgentsConfigurationStatus(java.util.Collection<AgentConfigurationStatus> agentsConfigurationStatus)
Information about agents that were instructed to stop collecting data.
|
void |
StartDataCollectionByAgentIdsResult.setAgentsConfigurationStatus(java.util.Collection<AgentConfigurationStatus> agentsConfigurationStatus)
Information about agents that were instructed to start collecting data.
|
StopDataCollectionByAgentIdsResult |
StopDataCollectionByAgentIdsResult.withAgentsConfigurationStatus(java.util.Collection<AgentConfigurationStatus> agentsConfigurationStatus)
Information about agents that were instructed to stop collecting data.
|
StartDataCollectionByAgentIdsResult |
StartDataCollectionByAgentIdsResult.withAgentsConfigurationStatus(java.util.Collection<AgentConfigurationStatus> agentsConfigurationStatus)
Information about agents that were instructed to start collecting data.
|
Modifier and Type | Method and Description |
---|---|
AgentConfigurationStatus |
AgentConfigurationStatusJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
AgentConfigurationStatusJsonMarshaller.marshall(AgentConfigurationStatus agentConfigurationStatus,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|