All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.amazonaws.services.support.package-info Maven / Gradle / Ivy

Go to download

The Amazon Web Services SDK for Java provides Java APIs for building software on AWS' cost-effective, scalable, and reliable infrastructure products. The AWS Java SDK allows developers to code against APIs for all of Amazon's infrastructure web services (Amazon S3, Amazon EC2, Amazon SQS, Amazon Relational Database Service, Amazon AutoScaling, etc).

The newest version!

/**
 * Synchronous and asynchronous client classes for accessing AWSSupport.
 *
 * AWS Support 

* The AWS Support API reference is intended for programmers who need * detailed information about the AWS Support actions and data types. * This service enables you to manage your AWS Support cases * programmatically. It uses HTTP methods that return results in JSON * format. *

*

* The AWS Support service also exposes a set of * Trusted Advisor * features. You can retrieve a list of checks and their descriptions, * get check results, specify checks to refresh, and get the refresh * status of checks. *

*

* The following list describes the AWS Support case management actions: *

* *
    *
  • Service names, issue categories, and available severity * levels. The actions DescribeServices and DescribeSeverityLevels * enable you to obtain AWS service names, service codes, service * categories, and problem severity levels. You use these values when you * call the CreateCase action.
  • *
  • Case creation, case details, and case resolution. The * actions CreateCase, DescribeCases, and ResolveCase enable you to * create AWS Support cases, retrieve them, and resolve them.
  • *
  • Case communication. The actions DescribeCommunications * and AddCommunicationToCase enable you to retrieve and add * communication to AWS Support cases.
  • * *
*

* The following list describes the actions available from the AWS * Support service for Trusted Advisor: *

* *
    *
  • DescribeTrustedAdvisorChecks returns the list of checks that run * against your AWS resources.
  • *
  • Using the CheckId for a specific check returned by * DescribeTrustedAdvisorChecks, you can call * DescribeTrustedAdvisorCheckResult to obtain the results for the check * you specified.
  • *
  • DescribeTrustedAdvisorCheckSummaries returns summarized results * for one or more Trusted Advisor checks.
  • *
  • RefreshTrustedAdvisorCheck requests that Trusted Advisor rerun a * specified check.
  • *
  • DescribeTrustedAdvisorCheckRefreshStatuses reports the refresh * status of one or more checks.
  • * *
*

* For authentication of requests, AWS Support uses * Signature Version 4 Signing Process * . *

*

* See the AWS Support * User Guide * for information about how to use this service to create and manage * your support cases, and how to call Trusted Advisor for results of * checks on your resources. *

*/ package com.amazonaws.services.support;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy