Tabnine Logo
DescribeAgentsRequest$Builder.build
Code IndexAdd Tabnine to your IDE (free)

How to use
build
method
in
software.amazon.awssdk.services.applicationdiscovery.model.DescribeAgentsRequest$Builder

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

origin: software.amazon.awssdk/discovery

return describeAgents(DescribeAgentsRequest.builder().applyMutation(describeAgentsRequest).build());
origin: software.amazon.awssdk/applicationdiscovery

return describeAgents(DescribeAgentsRequest.builder().applyMutation(describeAgentsRequest).build());
origin: software.amazon.awssdk/applicationdiscovery

  throws AuthorizationErrorException, InvalidParameterException, InvalidParameterValueException,
  ServerInternalErrorException, AwsServiceException, SdkClientException, ApplicationDiscoveryException {
return describeAgents(DescribeAgentsRequest.builder().applyMutation(describeAgentsRequest).build());
origin: aws/aws-sdk-java-v2

return describeAgents(DescribeAgentsRequest.builder().applyMutation(describeAgentsRequest).build());
origin: software.amazon.awssdk/applicationdiscovery

  InvalidParameterValueException, ServerInternalErrorException, AwsServiceException, SdkClientException,
  ApplicationDiscoveryException {
return describeAgents(DescribeAgentsRequest.builder().build());
origin: aws/aws-sdk-java-v2

  throws AuthorizationErrorException, InvalidParameterException, InvalidParameterValueException,
  ServerInternalErrorException, AwsServiceException, SdkClientException, ApplicationDiscoveryException {
return describeAgents(DescribeAgentsRequest.builder().applyMutation(describeAgentsRequest).build());
origin: software.amazon.awssdk/discovery

  throws AuthorizationErrorException, InvalidParameterException, InvalidParameterValueException,
  ServerInternalErrorException, AwsServiceException, SdkClientException, ApplicationDiscoveryException {
return describeAgents(DescribeAgentsRequest.builder().applyMutation(describeAgentsRequest).build());
origin: aws/aws-sdk-java-v2

  InvalidParameterValueException, ServerInternalErrorException, AwsServiceException, SdkClientException,
  ApplicationDiscoveryException {
return describeAgents(DescribeAgentsRequest.builder().build());
origin: software.amazon.awssdk/discovery

  InvalidParameterValueException, ServerInternalErrorException, AwsServiceException, SdkClientException,
  ApplicationDiscoveryException {
return describeAgents(DescribeAgentsRequest.builder().build());
origin: aws/aws-sdk-java-v2

/**
 * <p>
 * Lists agents or connectors as specified by ID or other filters. All agents/connectors associated with your user
 * account can be listed if you call <code>DescribeAgents</code> as is without passing any parameters.
 * </p>
 *
 * @return A Java Future containing the result of the DescribeAgents operation returned by the service.<br/>
 *         The CompletableFuture returned by this method can be completed exceptionally with the following
 *         exceptions.
 *         <ul>
 *         <li>AuthorizationErrorException The AWS user account does not have permission to perform the action.
 *         Check the IAM policy associated with this account.</li>
 *         <li>InvalidParameterException One or more parameters are not valid. Verify the parameters and try again.</li>
 *         <li>InvalidParameterValueException The value of one or more parameters are either invalid or out of
 *         range. Verify the parameter values and try again.</li>
 *         <li>ServerInternalErrorException The server experienced an internal error. Try again.</li>
 *         <li>SdkException Base class for all exceptions that can be thrown by the SDK (both service and client).
 *         Can be used for catch all scenarios.</li>
 *         <li>SdkClientException If any client side error occurs such as an IO related failure, failure to get
 *         credentials, etc.</li>
 *         <li>ApplicationDiscoveryException Base class for all service exceptions. Unknown exceptions will be
 *         thrown as an instance of this type.</li>
 *         </ul>
 * @sample ApplicationDiscoveryAsyncClient.DescribeAgents
 */
default CompletableFuture<DescribeAgentsResponse> describeAgents() {
  return describeAgents(DescribeAgentsRequest.builder().build());
}
origin: software.amazon.awssdk/discovery

/**
 * <p>
 * Lists agents or the Connector by ID or lists all agents/Connectors associated with your user account if you did
 * not specify an ID.
 * </p>
 *
 * @return A Java Future containing the result of the DescribeAgents operation returned by the service.<br/>
 *         The CompletableFuture returned by this method can be completed exceptionally with the following
 *         exceptions.
 *         <ul>
 *         <li>AuthorizationErrorException The AWS user account does not have permission to perform the action.
 *         Check the IAM policy associated with this account.</li>
 *         <li>InvalidParameterException One or more parameters are not valid. Verify the parameters and try again.</li>
 *         <li>InvalidParameterValueException The value of one or more parameters are either invalid or out of
 *         range. Verify the parameter values and try again.</li>
 *         <li>ServerInternalErrorException The server experienced an internal error. Try again.</li>
 *         <li>SdkException Base class for all exceptions that can be thrown by the SDK (both service and client).
 *         Can be used for catch all scenarios.</li>
 *         <li>SdkClientException If any client side error occurs such as an IO related failure, failure to get
 *         credentials, etc.</li>
 *         <li>ApplicationDiscoveryException Base class for all service exceptions. Unknown exceptions will be
 *         thrown as an instance of this type.</li>
 *         </ul>
 * @sample ApplicationDiscoveryAsyncClient.DescribeAgents
 */
default CompletableFuture<DescribeAgentsResponse> describeAgents() {
  return describeAgents(DescribeAgentsRequest.builder().build());
}
origin: software.amazon.awssdk/applicationdiscovery

/**
 * <p>
 * Lists agents or connectors as specified by ID or other filters. All agents/connectors associated with your user
 * account can be listed if you call <code>DescribeAgents</code> as is without passing any parameters.
 * </p>
 *
 * @return A Java Future containing the result of the DescribeAgents operation returned by the service.<br/>
 *         The CompletableFuture returned by this method can be completed exceptionally with the following
 *         exceptions.
 *         <ul>
 *         <li>AuthorizationErrorException The AWS user account does not have permission to perform the action.
 *         Check the IAM policy associated with this account.</li>
 *         <li>InvalidParameterException One or more parameters are not valid. Verify the parameters and try again.</li>
 *         <li>InvalidParameterValueException The value of one or more parameters are either invalid or out of
 *         range. Verify the parameter values and try again.</li>
 *         <li>ServerInternalErrorException The server experienced an internal error. Try again.</li>
 *         <li>SdkException Base class for all exceptions that can be thrown by the SDK (both service and client).
 *         Can be used for catch all scenarios.</li>
 *         <li>SdkClientException If any client side error occurs such as an IO related failure, failure to get
 *         credentials, etc.</li>
 *         <li>ApplicationDiscoveryException Base class for all service exceptions. Unknown exceptions will be
 *         thrown as an instance of this type.</li>
 *         </ul>
 * @sample ApplicationDiscoveryAsyncClient.DescribeAgents
 */
default CompletableFuture<DescribeAgentsResponse> describeAgents() {
  return describeAgents(DescribeAgentsRequest.builder().build());
}
software.amazon.awssdk.services.applicationdiscovery.modelDescribeAgentsRequest$Builderbuild

Popular methods of DescribeAgentsRequest$Builder

  • applyMutation

Popular in Java

  • Creating JSON documents from java classes using gson
  • getApplicationContext (Context)
  • notifyDataSetChanged (ArrayAdapter)
  • getSystemService (Context)
  • Kernel (java.awt.image)
  • Stack (java.util)
    Stack is a Last-In/First-Out(LIFO) data structure which represents a stack of objects. It enables u
  • UUID (java.util)
    UUID is an immutable representation of a 128-bit universally unique identifier (UUID). There are mul
  • Executor (java.util.concurrent)
    An object that executes submitted Runnable tasks. This interface provides a way of decoupling task s
  • Response (javax.ws.rs.core)
    Defines the contract between a returned instance and the runtime when an application needs to provid
  • Base64 (org.apache.commons.codec.binary)
    Provides Base64 encoding and decoding as defined by RFC 2045.This class implements section 6.8. Base
  • 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