Uses of Class
software.amazon.awssdk.services.braket.model.Association
-
Packages that use Association Package Description software.amazon.awssdk.services.braket.model -
-
Uses of Association in software.amazon.awssdk.services.braket.model
Methods in software.amazon.awssdk.services.braket.model that return types with arguments of type Association Modifier and Type Method Description List<Association>CreateJobRequest. associations()The list of Amazon Braket resources associated with the hybrid job.List<Association>CreateQuantumTaskRequest. associations()The list of Amazon Braket resources associated with the quantum task.List<Association>GetJobResponse. associations()The list of Amazon Braket resources associated with the hybrid job.List<Association>GetQuantumTaskResponse. associations()The list of Amazon Braket resources associated with the quantum task.Methods in software.amazon.awssdk.services.braket.model with parameters of type Association Modifier and Type Method Description CreateJobRequest.BuilderCreateJobRequest.Builder. associations(Association... associations)The list of Amazon Braket resources associated with the hybrid job.CreateQuantumTaskRequest.BuilderCreateQuantumTaskRequest.Builder. associations(Association... associations)The list of Amazon Braket resources associated with the quantum task.GetJobResponse.BuilderGetJobResponse.Builder. associations(Association... associations)The list of Amazon Braket resources associated with the hybrid job.GetQuantumTaskResponse.BuilderGetQuantumTaskResponse.Builder. associations(Association... associations)The list of Amazon Braket resources associated with the quantum task.Method parameters in software.amazon.awssdk.services.braket.model with type arguments of type Association Modifier and Type Method Description CreateJobRequest.BuilderCreateJobRequest.Builder. associations(Collection<Association> associations)The list of Amazon Braket resources associated with the hybrid job.CreateQuantumTaskRequest.BuilderCreateQuantumTaskRequest.Builder. associations(Collection<Association> associations)The list of Amazon Braket resources associated with the quantum task.GetJobResponse.BuilderGetJobResponse.Builder. associations(Collection<Association> associations)The list of Amazon Braket resources associated with the hybrid job.GetQuantumTaskResponse.BuilderGetQuantumTaskResponse.Builder. associations(Collection<Association> associations)The list of Amazon Braket resources associated with the quantum task.
-