congrats Icon
New! Tabnine Pro 14-day free trial
Start a free trial
Tabnine Logo
DescribeEventBusRequest
Code IndexAdd Tabnine to your IDE (free)

How to use
DescribeEventBusRequest
in
software.amazon.awssdk.services.cloudwatchevents.model

Best Java code snippets using software.amazon.awssdk.services.cloudwatchevents.model.DescribeEventBusRequest (Showing top 15 results out of 315)

origin: software.amazon.awssdk/cloudwatchevents

@Override
public DescribeEventBusRequest build() {
  return new DescribeEventBusRequest(this);
}
origin: aws/aws-sdk-java-v2

/**
 * <p>
 * Displays the external AWS accounts that are permitted to write events to your account using your account's event
 * bus, and the associated policy. To enable your account to receive events from other accounts, use
 * <a>PutPermission</a>.
 * </p>
 *
 * @return A Java Future containing the result of the DescribeEventBus operation returned by the service.<br/>
 *         The CompletableFuture returned by this method can be completed exceptionally with the following
 *         exceptions.
 *         <ul>
 *         <li>ResourceNotFoundException An entity that you specified does not exist.</li>
 *         <li>InternalException This exception occurs due to unexpected causes.</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>CloudWatchEventsException Base class for all service exceptions. Unknown exceptions will be thrown as
 *         an instance of this type.</li>
 *         </ul>
 * @sample CloudWatchEventsAsyncClient.DescribeEventBus
 * @see <a href="http://docs.aws.amazon.com/goto/WebAPI/events-2015-10-07/DescribeEventBus" target="_top">AWS API
 *      Documentation</a>
 */
default CompletableFuture<DescribeEventBusResponse> describeEventBus() {
  return describeEventBus(DescribeEventBusRequest.builder().build());
}
origin: aws/aws-sdk-java-v2

/**
 * <p>
 * Displays the external AWS accounts that are permitted to write events to your account using your account's event
 * bus, and the associated policy. To enable your account to receive events from other accounts, use
 * <a>PutPermission</a>.
 * </p>
 *
 * @return Result of the DescribeEventBus operation returned by the service.
 * @throws ResourceNotFoundException
 *         An entity that you specified does not exist.
 * @throws InternalException
 *         This exception occurs due to unexpected causes.
 * @throws SdkException
 *         Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
 *         catch all scenarios.
 * @throws SdkClientException
 *         If any client side error occurs such as an IO related failure, failure to get credentials, etc.
 * @throws CloudWatchEventsException
 *         Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
 * @sample CloudWatchEventsClient.DescribeEventBus
 * @see #describeEventBus(DescribeEventBusRequest)
 * @see <a href="http://docs.aws.amazon.com/goto/WebAPI/events-2015-10-07/DescribeEventBus" target="_top">AWS API
 *      Documentation</a>
 */
default DescribeEventBusResponse describeEventBus() throws ResourceNotFoundException, InternalException, AwsServiceException,
    SdkClientException, CloudWatchEventsException {
  return describeEventBus(DescribeEventBusRequest.builder().build());
}
origin: software.amazon.awssdk/events

/**
 * <p>
 * Displays the external AWS accounts that are permitted to write events to your account using your account's event
 * bus, and the associated policy. To enable your account to receive events from other accounts, use
 * <a>PutPermission</a>.
 * </p>
 *
 * @return Result of the DescribeEventBus operation returned by the service.
 * @throws ResourceNotFoundException
 *         An entity that you specified does not exist.
 * @throws InternalException
 *         This exception occurs due to unexpected causes.
 * @throws SdkException
 *         Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
 *         catch all scenarios.
 * @throws SdkClientException
 *         If any client side error occurs such as an IO related failure, failure to get credentials, etc.
 * @throws CloudWatchEventsException
 *         Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
 * @sample CloudWatchEventsClient.DescribeEventBus
 * @see #describeEventBus(DescribeEventBusRequest)
 * @see <a href="http://docs.aws.amazon.com/goto/WebAPI/events-2015-10-07/DescribeEventBus" target="_top">AWS API
 *      Documentation</a>
 */
default DescribeEventBusResponse describeEventBus() throws ResourceNotFoundException, InternalException, AwsServiceException,
    SdkClientException, CloudWatchEventsException {
  return describeEventBus(DescribeEventBusRequest.builder().build());
}
origin: software.amazon.awssdk/events

  @Override
  public DescribeEventBusRequest build() {
    return new DescribeEventBusRequest(this);
  }
}
origin: software.amazon.awssdk/cloudwatchevents

/**
 * <p>
 * Displays the external AWS accounts that are permitted to write events to your account using your account's event
 * bus, and the associated policy. To enable your account to receive events from other accounts, use
 * <a>PutPermission</a>.
 * </p>
 *
 * @return A Java Future containing the result of the DescribeEventBus operation returned by the service.<br/>
 *         The CompletableFuture returned by this method can be completed exceptionally with the following
 *         exceptions.
 *         <ul>
 *         <li>ResourceNotFoundException An entity that you specified does not exist.</li>
 *         <li>InternalException This exception occurs due to unexpected causes.</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>CloudWatchEventsException Base class for all service exceptions. Unknown exceptions will be thrown as
 *         an instance of this type.</li>
 *         </ul>
 * @sample CloudWatchEventsAsyncClient.DescribeEventBus
 * @see <a href="http://docs.aws.amazon.com/goto/WebAPI/events-2015-10-07/DescribeEventBus" target="_top">AWS API
 *      Documentation</a>
 */
default CompletableFuture<DescribeEventBusResponse> describeEventBus() {
  return describeEventBus(DescribeEventBusRequest.builder().build());
}
origin: aws/aws-sdk-java-v2

@Override
public DescribeEventBusRequest build() {
  return new DescribeEventBusRequest(this);
}
origin: software.amazon.awssdk/events

/**
 * <p>
 * Displays the external AWS accounts that are permitted to write events to your account using your account's event
 * bus, and the associated policy. To enable your account to receive events from other accounts, use
 * <a>PutPermission</a>.
 * </p>
 *
 * @return A Java Future containing the result of the DescribeEventBus operation returned by the service.<br/>
 *         The CompletableFuture returned by this method can be completed exceptionally with the following
 *         exceptions.
 *         <ul>
 *         <li>ResourceNotFoundException An entity that you specified does not exist.</li>
 *         <li>InternalException This exception occurs due to unexpected causes.</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>CloudWatchEventsException Base class for all service exceptions. Unknown exceptions will be thrown as
 *         an instance of this type.</li>
 *         </ul>
 * @sample CloudWatchEventsAsyncClient.DescribeEventBus
 * @see <a href="http://docs.aws.amazon.com/goto/WebAPI/events-2015-10-07/DescribeEventBus" target="_top">AWS API
 *      Documentation</a>
 */
default CompletableFuture<DescribeEventBusResponse> describeEventBus() {
  return describeEventBus(DescribeEventBusRequest.builder().build());
}
origin: software.amazon.awssdk/cloudwatchevents

/**
 * <p>
 * Displays the external AWS accounts that are permitted to write events to your account using your account's event
 * bus, and the associated policy. To enable your account to receive events from other accounts, use
 * <a>PutPermission</a>.
 * </p>
 *
 * @return Result of the DescribeEventBus operation returned by the service.
 * @throws ResourceNotFoundException
 *         An entity that you specified does not exist.
 * @throws InternalException
 *         This exception occurs due to unexpected causes.
 * @throws SdkException
 *         Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
 *         catch all scenarios.
 * @throws SdkClientException
 *         If any client side error occurs such as an IO related failure, failure to get credentials, etc.
 * @throws CloudWatchEventsException
 *         Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
 * @sample CloudWatchEventsClient.DescribeEventBus
 * @see #describeEventBus(DescribeEventBusRequest)
 * @see <a href="http://docs.aws.amazon.com/goto/WebAPI/events-2015-10-07/DescribeEventBus" target="_top">AWS API
 *      Documentation</a>
 */
default DescribeEventBusResponse describeEventBus() throws ResourceNotFoundException, InternalException, AwsServiceException,
    SdkClientException, CloudWatchEventsException {
  return describeEventBus(DescribeEventBusRequest.builder().build());
}
origin: software.amazon.awssdk/events

  throws ResourceNotFoundException, InternalException, AwsServiceException, SdkClientException,
  CloudWatchEventsException {
return describeEventBus(DescribeEventBusRequest.builder().applyMutation(describeEventBusRequest).build());
origin: software.amazon.awssdk/events

return describeEventBus(DescribeEventBusRequest.builder().applyMutation(describeEventBusRequest).build());
origin: software.amazon.awssdk/cloudwatchevents

  throws ResourceNotFoundException, InternalException, AwsServiceException, SdkClientException,
  CloudWatchEventsException {
return describeEventBus(DescribeEventBusRequest.builder().applyMutation(describeEventBusRequest).build());
origin: software.amazon.awssdk/cloudwatchevents

return describeEventBus(DescribeEventBusRequest.builder().applyMutation(describeEventBusRequest).build());
origin: aws/aws-sdk-java-v2

  throws ResourceNotFoundException, InternalException, AwsServiceException, SdkClientException,
  CloudWatchEventsException {
return describeEventBus(DescribeEventBusRequest.builder().applyMutation(describeEventBusRequest).build());
origin: aws/aws-sdk-java-v2

return describeEventBus(DescribeEventBusRequest.builder().applyMutation(describeEventBusRequest).build());
software.amazon.awssdk.services.cloudwatchevents.modelDescribeEventBusRequest

Most used methods

  • <init>
  • builder

Popular in Java

  • Running tasks concurrently on multiple threads
  • notifyDataSetChanged (ArrayAdapter)
  • compareTo (BigDecimal)
  • putExtra (Intent)
  • URI (java.net)
    A Uniform Resource Identifier that identifies an abstract or physical resource, as specified by RFC
  • URLConnection (java.net)
    A connection to a URL for reading or writing. For HTTP connections, see HttpURLConnection for docume
  • Collection (java.util)
    Collection is the root of the collection hierarchy. It defines operations on data collections and t
  • Scanner (java.util)
    A parser that parses a text string of primitive types and strings with the help of regular expressio
  • Handler (java.util.logging)
    A Handler object accepts a logging request and exports the desired messages to a target, for example
  • Reference (javax.naming)
  • Top 17 Free Sublime Text Plugins
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