Uses of Interface
software.amazon.awssdk.services.applicationdiscovery.model.StopDataCollectionByAgentIdsResponse.Builder
-
Packages that use StopDataCollectionByAgentIdsResponse.Builder Package Description software.amazon.awssdk.services.applicationdiscovery.model -
-
Uses of StopDataCollectionByAgentIdsResponse.Builder in software.amazon.awssdk.services.applicationdiscovery.model
Methods in software.amazon.awssdk.services.applicationdiscovery.model that return StopDataCollectionByAgentIdsResponse.Builder Modifier and Type Method Description StopDataCollectionByAgentIdsResponse.BuilderStopDataCollectionByAgentIdsResponse.Builder. agentsConfigurationStatus(Collection<AgentConfigurationStatus> agentsConfigurationStatus)Information about the agents that were instructed to stop collecting data.StopDataCollectionByAgentIdsResponse.BuilderStopDataCollectionByAgentIdsResponse.Builder. agentsConfigurationStatus(Consumer<AgentConfigurationStatus.Builder>... agentsConfigurationStatus)Information about the agents that were instructed to stop collecting data.StopDataCollectionByAgentIdsResponse.BuilderStopDataCollectionByAgentIdsResponse.Builder. agentsConfigurationStatus(AgentConfigurationStatus... agentsConfigurationStatus)Information about the agents that were instructed to stop collecting data.static StopDataCollectionByAgentIdsResponse.BuilderStopDataCollectionByAgentIdsResponse. builder()StopDataCollectionByAgentIdsResponse.BuilderStopDataCollectionByAgentIdsResponse. toBuilder()Methods in software.amazon.awssdk.services.applicationdiscovery.model that return types with arguments of type StopDataCollectionByAgentIdsResponse.Builder Modifier and Type Method Description static Class<? extends StopDataCollectionByAgentIdsResponse.Builder>StopDataCollectionByAgentIdsResponse. serializableBuilderClass()
-