Tabnine Logo
GetDiscoverySummaryResponse$Builder
Code IndexAdd Tabnine to your IDE (free)

How to use
GetDiscoverySummaryResponse$Builder
in
software.amazon.awssdk.services.applicationdiscovery.model

Best Java code snippets using software.amazon.awssdk.services.applicationdiscovery.model.GetDiscoverySummaryResponse$Builder (Showing top 7 results out of 315)

origin: software.amazon.awssdk/discovery

  token = context.nextToken();
if (token == VALUE_NULL) {
  return getDiscoverySummaryResponseBuilder.build();
    if (context.testExpression("servers", targetDepth)) {
      context.nextToken();
      getDiscoverySummaryResponseBuilder.servers(context.getUnmarshaller(Long.class).unmarshall(context));
      getDiscoverySummaryResponseBuilder.applications(context.getUnmarshaller(Long.class).unmarshall(context));
      getDiscoverySummaryResponseBuilder.serversMappedToApplications(context.getUnmarshaller(Long.class)
          .unmarshall(context));
      getDiscoverySummaryResponseBuilder.serversMappedtoTags(context.getUnmarshaller(Long.class)
          .unmarshall(context));
      getDiscoverySummaryResponseBuilder.agentSummary(CustomerAgentInfoUnmarshaller.getInstance().unmarshall(
          context));
      getDiscoverySummaryResponseBuilder.connectorSummary(CustomerConnectorInfoUnmarshaller.getInstance()
          .unmarshall(context));
return getDiscoverySummaryResponseBuilder.build();
origin: software.amazon.awssdk/discovery

/**
 * <p>
 * Details about discovered agents, including agent status and health.
 * </p>
 * This is a convenience that creates an instance of the {@link CustomerAgentInfo.Builder} avoiding the need to
 * create one manually via {@link CustomerAgentInfo#builder()}.
 *
 * When the {@link Consumer} completes, {@link CustomerAgentInfo.Builder#build()} is called immediately and its
 * result is passed to {@link #agentSummary(CustomerAgentInfo)}.
 * 
 * @param agentSummary
 *        a consumer that will call methods on {@link CustomerAgentInfo.Builder}
 * @return Returns a reference to this object so that method calls can be chained together.
 * @see #agentSummary(CustomerAgentInfo)
 */
default Builder agentSummary(Consumer<CustomerAgentInfo.Builder> agentSummary) {
  return agentSummary(CustomerAgentInfo.builder().applyMutation(agentSummary).build());
}
origin: software.amazon.awssdk/applicationdiscovery

/**
 * <p>
 * Details about discovered agents, including agent status and health.
 * </p>
 * This is a convenience that creates an instance of the {@link CustomerAgentInfo.Builder} avoiding the need to
 * create one manually via {@link CustomerAgentInfo#builder()}.
 *
 * When the {@link Consumer} completes, {@link CustomerAgentInfo.Builder#build()} is called immediately and its
 * result is passed to {@link #agentSummary(CustomerAgentInfo)}.
 * 
 * @param agentSummary
 *        a consumer that will call methods on {@link CustomerAgentInfo.Builder}
 * @return Returns a reference to this object so that method calls can be chained together.
 * @see #agentSummary(CustomerAgentInfo)
 */
default Builder agentSummary(Consumer<CustomerAgentInfo.Builder> agentSummary) {
  return agentSummary(CustomerAgentInfo.builder().applyMutation(agentSummary).build());
}
origin: aws/aws-sdk-java-v2

  /**
   * <p>
   * Details about discovered connectors, including connector status and health.
   * </p>
   * This is a convenience that creates an instance of the {@link CustomerConnectorInfo.Builder} avoiding the need
   * to create one manually via {@link CustomerConnectorInfo#builder()}.
   *
   * When the {@link Consumer} completes, {@link CustomerConnectorInfo.Builder#build()} is called immediately and
   * its result is passed to {@link #connectorSummary(CustomerConnectorInfo)}.
   * 
   * @param connectorSummary
   *        a consumer that will call methods on {@link CustomerConnectorInfo.Builder}
   * @return Returns a reference to this object so that method calls can be chained together.
   * @see #connectorSummary(CustomerConnectorInfo)
   */
  default Builder connectorSummary(Consumer<CustomerConnectorInfo.Builder> connectorSummary) {
    return connectorSummary(CustomerConnectorInfo.builder().applyMutation(connectorSummary).build());
  }
}
origin: software.amazon.awssdk/discovery

  /**
   * <p>
   * Details about discovered connectors, including connector status and health.
   * </p>
   * This is a convenience that creates an instance of the {@link CustomerConnectorInfo.Builder} avoiding the need
   * to create one manually via {@link CustomerConnectorInfo#builder()}.
   *
   * When the {@link Consumer} completes, {@link CustomerConnectorInfo.Builder#build()} is called immediately and
   * its result is passed to {@link #connectorSummary(CustomerConnectorInfo)}.
   * 
   * @param connectorSummary
   *        a consumer that will call methods on {@link CustomerConnectorInfo.Builder}
   * @return Returns a reference to this object so that method calls can be chained together.
   * @see #connectorSummary(CustomerConnectorInfo)
   */
  default Builder connectorSummary(Consumer<CustomerConnectorInfo.Builder> connectorSummary) {
    return connectorSummary(CustomerConnectorInfo.builder().applyMutation(connectorSummary).build());
  }
}
origin: software.amazon.awssdk/applicationdiscovery

  /**
   * <p>
   * Details about discovered connectors, including connector status and health.
   * </p>
   * This is a convenience that creates an instance of the {@link CustomerConnectorInfo.Builder} avoiding the need
   * to create one manually via {@link CustomerConnectorInfo#builder()}.
   *
   * When the {@link Consumer} completes, {@link CustomerConnectorInfo.Builder#build()} is called immediately and
   * its result is passed to {@link #connectorSummary(CustomerConnectorInfo)}.
   * 
   * @param connectorSummary
   *        a consumer that will call methods on {@link CustomerConnectorInfo.Builder}
   * @return Returns a reference to this object so that method calls can be chained together.
   * @see #connectorSummary(CustomerConnectorInfo)
   */
  default Builder connectorSummary(Consumer<CustomerConnectorInfo.Builder> connectorSummary) {
    return connectorSummary(CustomerConnectorInfo.builder().applyMutation(connectorSummary).build());
  }
}
origin: aws/aws-sdk-java-v2

/**
 * <p>
 * Details about discovered agents, including agent status and health.
 * </p>
 * This is a convenience that creates an instance of the {@link CustomerAgentInfo.Builder} avoiding the need to
 * create one manually via {@link CustomerAgentInfo#builder()}.
 *
 * When the {@link Consumer} completes, {@link CustomerAgentInfo.Builder#build()} is called immediately and its
 * result is passed to {@link #agentSummary(CustomerAgentInfo)}.
 * 
 * @param agentSummary
 *        a consumer that will call methods on {@link CustomerAgentInfo.Builder}
 * @return Returns a reference to this object so that method calls can be chained together.
 * @see #agentSummary(CustomerAgentInfo)
 */
default Builder agentSummary(Consumer<CustomerAgentInfo.Builder> agentSummary) {
  return agentSummary(CustomerAgentInfo.builder().applyMutation(agentSummary).build());
}
software.amazon.awssdk.services.applicationdiscovery.modelGetDiscoverySummaryResponse$Builder

Most used methods

  • agentSummary
  • connectorSummary
  • applications
    The number of applications discovered.
  • build
  • servers
    The number of servers discovered.
  • serversMappedToApplications
    The number of servers mapped to applications.
  • serversMappedtoTags
    The number of servers mapped to tags.

Popular in Java

  • Reading from database using SQL prepared statement
  • notifyDataSetChanged (ArrayAdapter)
  • runOnUiThread (Activity)
  • scheduleAtFixedRate (ScheduledExecutorService)
  • FileInputStream (java.io)
    An input stream that reads bytes from a file. File file = ...finally if (in != null) in.clos
  • PrintStream (java.io)
    Fake signature of an existing Java class.
  • RandomAccessFile (java.io)
    Allows reading from and writing to a file in a random-access manner. This is different from the uni-
  • UnknownHostException (java.net)
    Thrown when a hostname can not be resolved.
  • Enumeration (java.util)
    A legacy iteration interface.New code should use Iterator instead. Iterator replaces the enumeration
  • JTable (javax.swing)
  • Top 12 Jupyter Notebook extensions
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now