@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public interface AWSArtifact
Note: Do not directly implement this interface, new methods are added to it regularly. Extend from
AbstractAWSArtifact
instead.
This reference provides descriptions of the low-level AWS Artifact Service API.
Modifier and Type | Field and Description |
---|---|
static String |
ENDPOINT_PREFIX
The region metadata service name for computing region endpoints.
|
Modifier and Type | Method and Description |
---|---|
GetAccountSettingsResult |
getAccountSettings(GetAccountSettingsRequest getAccountSettingsRequest)
Get the account settings for Artifact.
|
ResponseMetadata |
getCachedResponseMetadata(AmazonWebServiceRequest request)
Returns additional metadata for a previously executed successful request, typically used for debugging issues
where a service isn't acting as expected.
|
GetReportResult |
getReport(GetReportRequest getReportRequest)
Get the content for a single report.
|
GetReportMetadataResult |
getReportMetadata(GetReportMetadataRequest getReportMetadataRequest)
Get the metadata for a single report.
|
GetTermForReportResult |
getTermForReport(GetTermForReportRequest getTermForReportRequest)
Get the Term content associated with a single report.
|
ListReportsResult |
listReports(ListReportsRequest listReportsRequest)
List available reports.
|
PutAccountSettingsResult |
putAccountSettings(PutAccountSettingsRequest putAccountSettingsRequest)
Put the account settings for Artifact.
|
void |
shutdown()
Shuts down this client object, releasing any resources that might be held open.
|
static final String ENDPOINT_PREFIX
GetAccountSettingsResult getAccountSettings(GetAccountSettingsRequest getAccountSettingsRequest)
Get the account settings for Artifact.
getAccountSettingsRequest
- ResourceNotFoundException
- Request references a resource which does not exist.ThrottlingException
- Request was denied due to request throttling.AccessDeniedException
- User does not have sufficient access to perform this action.ConflictException
- Request to create/modify content would result in a conflict.InternalServerException
- An unknown server exception has occurred.ValidationException
- Request fails to satisfy the constraints specified by an AWS service.ServiceQuotaExceededException
- Request would cause a service quota to be exceeded.GetReportResult getReport(GetReportRequest getReportRequest)
Get the content for a single report.
getReportRequest
- ResourceNotFoundException
- Request references a resource which does not exist.ThrottlingException
- Request was denied due to request throttling.AccessDeniedException
- User does not have sufficient access to perform this action.ConflictException
- Request to create/modify content would result in a conflict.InternalServerException
- An unknown server exception has occurred.ValidationException
- Request fails to satisfy the constraints specified by an AWS service.ServiceQuotaExceededException
- Request would cause a service quota to be exceeded.GetReportMetadataResult getReportMetadata(GetReportMetadataRequest getReportMetadataRequest)
Get the metadata for a single report.
getReportMetadataRequest
- ResourceNotFoundException
- Request references a resource which does not exist.ThrottlingException
- Request was denied due to request throttling.AccessDeniedException
- User does not have sufficient access to perform this action.InternalServerException
- An unknown server exception has occurred.ValidationException
- Request fails to satisfy the constraints specified by an AWS service.ServiceQuotaExceededException
- Request would cause a service quota to be exceeded.GetTermForReportResult getTermForReport(GetTermForReportRequest getTermForReportRequest)
Get the Term content associated with a single report.
getTermForReportRequest
- ResourceNotFoundException
- Request references a resource which does not exist.ThrottlingException
- Request was denied due to request throttling.AccessDeniedException
- User does not have sufficient access to perform this action.ConflictException
- Request to create/modify content would result in a conflict.InternalServerException
- An unknown server exception has occurred.ValidationException
- Request fails to satisfy the constraints specified by an AWS service.ServiceQuotaExceededException
- Request would cause a service quota to be exceeded.ListReportsResult listReports(ListReportsRequest listReportsRequest)
List available reports.
listReportsRequest
- ResourceNotFoundException
- Request references a resource which does not exist.ThrottlingException
- Request was denied due to request throttling.AccessDeniedException
- User does not have sufficient access to perform this action.InternalServerException
- An unknown server exception has occurred.ValidationException
- Request fails to satisfy the constraints specified by an AWS service.ServiceQuotaExceededException
- Request would cause a service quota to be exceeded.PutAccountSettingsResult putAccountSettings(PutAccountSettingsRequest putAccountSettingsRequest)
Put the account settings for Artifact.
putAccountSettingsRequest
- ResourceNotFoundException
- Request references a resource which does not exist.ThrottlingException
- Request was denied due to request throttling.AccessDeniedException
- User does not have sufficient access to perform this action.ConflictException
- Request to create/modify content would result in a conflict.InternalServerException
- An unknown server exception has occurred.ValidationException
- Request fails to satisfy the constraints specified by an AWS service.ServiceQuotaExceededException
- Request would cause a service quota to be exceeded.void shutdown()
ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
Response metadata is only cached for a limited period of time, so if you need to access this extra diagnostic information for an executed request, you should use this method to retrieve it as soon as possible after executing a request.
request
- The originally executed request.