congrats Icon
New! Tabnine Pro 14-day free trial
Start a free trial
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

  • Reactive rest calls using spring rest template
  • getResourceAsStream (ClassLoader)
  • startActivity (Activity)
  • runOnUiThread (Activity)
  • GridBagLayout (java.awt)
    The GridBagLayout class is a flexible layout manager that aligns components vertically and horizonta
  • PrintWriter (java.io)
    Wraps either an existing OutputStream or an existing Writerand provides convenience methods for prin
  • URL (java.net)
    A Uniform Resource Locator that identifies the location of an Internet resource as specified by RFC
  • Deque (java.util)
    A linear collection that supports element insertion and removal at both ends. The name deque is shor
  • Enumeration (java.util)
    A legacy iteration interface.New code should use Iterator instead. Iterator replaces the enumeration
  • SortedSet (java.util)
    SortedSet is a Set which iterates over its elements in a sorted order. The order is determined eithe
  • Top plugins for WebStorm
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

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