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