| Package | Description |
|---|---|
| com.amazonaws.services.braket.model |
| Modifier and Type | Method and Description |
|---|---|
Association |
Association.clone() |
Association |
Association.withArn(String arn)
The Amazon Braket resource arn.
|
Association |
Association.withType(AssociationType type)
The association type for the specified Amazon Braket resource arn.
|
Association |
Association.withType(String type)
The association type for the specified Amazon Braket resource arn.
|
| Modifier and Type | Method and Description |
|---|---|
List<Association> |
GetQuantumTaskResult.getAssociations()
The list of Amazon Braket resources associated with the quantum task.
|
List<Association> |
GetJobResult.getAssociations()
The list of Amazon Braket resources associated with the hybrid job.
|
List<Association> |
CreateQuantumTaskRequest.getAssociations()
The list of Amazon Braket resources associated with the quantum task.
|
List<Association> |
CreateJobRequest.getAssociations()
The list of Amazon Braket resources associated with the hybrid job.
|
| Modifier and Type | Method and Description |
|---|---|
GetQuantumTaskResult |
GetQuantumTaskResult.withAssociations(Association... associations)
The list of Amazon Braket resources associated with the quantum task.
|
GetJobResult |
GetJobResult.withAssociations(Association... associations)
The list of Amazon Braket resources associated with the hybrid job.
|
CreateQuantumTaskRequest |
CreateQuantumTaskRequest.withAssociations(Association... associations)
The list of Amazon Braket resources associated with the quantum task.
|
CreateJobRequest |
CreateJobRequest.withAssociations(Association... associations)
The list of Amazon Braket resources associated with the hybrid job.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetQuantumTaskResult.setAssociations(Collection<Association> associations)
The list of Amazon Braket resources associated with the quantum task.
|
void |
GetJobResult.setAssociations(Collection<Association> associations)
The list of Amazon Braket resources associated with the hybrid job.
|
void |
CreateQuantumTaskRequest.setAssociations(Collection<Association> associations)
The list of Amazon Braket resources associated with the quantum task.
|
void |
CreateJobRequest.setAssociations(Collection<Association> associations)
The list of Amazon Braket resources associated with the hybrid job.
|
GetQuantumTaskResult |
GetQuantumTaskResult.withAssociations(Collection<Association> associations)
The list of Amazon Braket resources associated with the quantum task.
|
GetJobResult |
GetJobResult.withAssociations(Collection<Association> associations)
The list of Amazon Braket resources associated with the hybrid job.
|
CreateQuantumTaskRequest |
CreateQuantumTaskRequest.withAssociations(Collection<Association> associations)
The list of Amazon Braket resources associated with the quantum task.
|
CreateJobRequest |
CreateJobRequest.withAssociations(Collection<Association> associations)
The list of Amazon Braket resources associated with the hybrid job.
|
Copyright © 2023. All rights reserved.