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

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

Best Java code snippets using software.amazon.awssdk.services.applicationdiscovery.model.DescribeAgentsRequest$Builder (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: software.amazon.awssdk/applicationdiscovery

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

return describeAgents(DescribeAgentsRequest.builder().applyMutation(describeAgentsRequest).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$Builder

Most used methods

  • applyMutation
  • build

Popular in Java

  • Reading from database using SQL prepared statement
  • setScale (BigDecimal)
  • setContentView (Activity)
  • getSharedPreferences (Context)
  • Menu (java.awt)
  • BigDecimal (java.math)
    An immutable arbitrary-precision signed decimal.A value is represented by an arbitrary-precision "un
  • JList (javax.swing)
  • StringUtils (org.apache.commons.lang)
    Operations on java.lang.String that arenull safe. * IsEmpty/IsBlank - checks if a String contains
  • Logger (org.apache.log4j)
    This is the central class in the log4j package. Most logging operations, except configuration, are d
  • Location (org.springframework.beans.factory.parsing)
    Class that models an arbitrary location in a Resource.Typically used to track the location of proble
  • Top PhpStorm plugins
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