@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAWSBraket extends Object implements AWSBraket
AWSBraket
. Convenient method forms pass through to the corresponding overload that
takes a request object, which throws an UnsupportedOperationException
.ENDPOINT_PREFIX
Modifier and Type | Method and Description |
---|---|
CancelQuantumTaskResult |
cancelQuantumTask(CancelQuantumTaskRequest request)
Cancels the specified task.
|
CreateQuantumTaskResult |
createQuantumTask(CreateQuantumTaskRequest request)
Creates a quantum task.
|
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.
|
GetDeviceResult |
getDevice(GetDeviceRequest request)
Retrieves the devices available in Amazon Braket.
|
GetQuantumTaskResult |
getQuantumTask(GetQuantumTaskRequest request)
Retrieves the specified quantum task.
|
ListTagsForResourceResult |
listTagsForResource(ListTagsForResourceRequest request)
Shows the tags associated with this resource.
|
SearchDevicesResult |
searchDevices(SearchDevicesRequest request)
Searches for devices using the specified filters.
|
SearchQuantumTasksResult |
searchQuantumTasks(SearchQuantumTasksRequest request)
Searches for tasks that match the specified filter values.
|
void |
shutdown()
Shuts down this client object, releasing any resources that might be held open.
|
TagResourceResult |
tagResource(TagResourceRequest request)
Add a tag to the specified resource.
|
UntagResourceResult |
untagResource(UntagResourceRequest request)
Remove tags from a resource.
|
public CancelQuantumTaskResult cancelQuantumTask(CancelQuantumTaskRequest request)
AWSBraket
Cancels the specified task.
cancelQuantumTask
in interface AWSBraket
public CreateQuantumTaskResult createQuantumTask(CreateQuantumTaskRequest request)
AWSBraket
Creates a quantum task.
createQuantumTask
in interface AWSBraket
public GetDeviceResult getDevice(GetDeviceRequest request)
AWSBraket
Retrieves the devices available in Amazon Braket.
getDevice
in interface AWSBraket
public GetQuantumTaskResult getQuantumTask(GetQuantumTaskRequest request)
AWSBraket
Retrieves the specified quantum task.
getQuantumTask
in interface AWSBraket
public ListTagsForResourceResult listTagsForResource(ListTagsForResourceRequest request)
AWSBraket
Shows the tags associated with this resource.
listTagsForResource
in interface AWSBraket
public SearchDevicesResult searchDevices(SearchDevicesRequest request)
AWSBraket
Searches for devices using the specified filters.
searchDevices
in interface AWSBraket
public SearchQuantumTasksResult searchQuantumTasks(SearchQuantumTasksRequest request)
AWSBraket
Searches for tasks that match the specified filter values.
searchQuantumTasks
in interface AWSBraket
public TagResourceResult tagResource(TagResourceRequest request)
AWSBraket
Add a tag to the specified resource.
tagResource
in interface AWSBraket
public UntagResourceResult untagResource(UntagResourceRequest request)
AWSBraket
Remove tags from a resource.
untagResource
in interface AWSBraket
public void shutdown()
AWSBraket
public ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
AWSBraket
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.
getCachedResponseMetadata
in interface AWSBraket
request
- The originally executed request.