Home
last modified time | relevance | path

Searched refs:SetJobQueue (Results 1 – 25 of 48) sorted by relevance

12

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-batch/include/aws/batch/model/
H A DDeleteJobQueueRequest.h52 …inline void SetJobQueue(const Aws::String& value) { m_jobQueueHasBeenSet = true; m_jobQueue = valu… in SetJobQueue() function
57 …inline void SetJobQueue(Aws::String&& value) { m_jobQueueHasBeenSet = true; m_jobQueue = std::move… in SetJobQueue() function
62 …inline void SetJobQueue(const char* value) { m_jobQueueHasBeenSet = true; m_jobQueue.assign(value)… in SetJobQueue() function
67 …inline DeleteJobQueueRequest& WithJobQueue(const Aws::String& value) { SetJobQueue(value); return … in WithJobQueue()
72 …inline DeleteJobQueueRequest& WithJobQueue(Aws::String&& value) { SetJobQueue(std::move(value)); r… in WithJobQueue()
77 … inline DeleteJobQueueRequest& WithJobQueue(const char* value) { SetJobQueue(value); return *this;} in WithJobQueue()
H A DUpdateJobQueueRequest.h55 …inline void SetJobQueue(const Aws::String& value) { m_jobQueueHasBeenSet = true; m_jobQueue = valu… in SetJobQueue() function
60 …inline void SetJobQueue(Aws::String&& value) { m_jobQueueHasBeenSet = true; m_jobQueue = std::move… in SetJobQueue() function
65 …inline void SetJobQueue(const char* value) { m_jobQueueHasBeenSet = true; m_jobQueue.assign(value)… in SetJobQueue() function
70 …inline UpdateJobQueueRequest& WithJobQueue(const Aws::String& value) { SetJobQueue(value); return … in WithJobQueue()
75 …inline UpdateJobQueueRequest& WithJobQueue(Aws::String&& value) { SetJobQueue(std::move(value)); r… in WithJobQueue()
80 … inline UpdateJobQueueRequest& WithJobQueue(const char* value) { SetJobQueue(value); return *this;} in WithJobQueue()
H A DListJobsRequest.h58 …inline void SetJobQueue(const Aws::String& value) { m_jobQueueHasBeenSet = true; m_jobQueue = valu… in SetJobQueue() function
64 …inline void SetJobQueue(Aws::String&& value) { m_jobQueueHasBeenSet = true; m_jobQueue = std::move… in SetJobQueue() function
70 …inline void SetJobQueue(const char* value) { m_jobQueueHasBeenSet = true; m_jobQueue.assign(value)… in SetJobQueue() function
76 …inline ListJobsRequest& WithJobQueue(const Aws::String& value) { SetJobQueue(value); return *this;} in WithJobQueue()
82 …inline ListJobsRequest& WithJobQueue(Aws::String&& value) { SetJobQueue(std::move(value)); return … in WithJobQueue()
88 inline ListJobsRequest& WithJobQueue(const char* value) { SetJobQueue(value); return *this;} in WithJobQueue()
H A DSubmitJobRequest.h120 …inline void SetJobQueue(const Aws::String& value) { m_jobQueueHasBeenSet = true; m_jobQueue = valu… in SetJobQueue() function
126 …inline void SetJobQueue(Aws::String&& value) { m_jobQueueHasBeenSet = true; m_jobQueue = std::move… in SetJobQueue() function
132 …inline void SetJobQueue(const char* value) { m_jobQueueHasBeenSet = true; m_jobQueue.assign(value)… in SetJobQueue() function
138 …inline SubmitJobRequest& WithJobQueue(const Aws::String& value) { SetJobQueue(value); return *this… in WithJobQueue()
144 …inline SubmitJobRequest& WithJobQueue(Aws::String&& value) { SetJobQueue(std::move(value)); return… in WithJobQueue()
150 inline SubmitJobRequest& WithJobQueue(const char* value) { SetJobQueue(value); return *this;} in WithJobQueue()
H A DJobDetail.h191 …inline void SetJobQueue(const Aws::String& value) { m_jobQueueHasBeenSet = true; m_jobQueue = valu… in SetJobQueue() function
197 …inline void SetJobQueue(Aws::String&& value) { m_jobQueueHasBeenSet = true; m_jobQueue = std::move… in SetJobQueue() function
203 …inline void SetJobQueue(const char* value) { m_jobQueueHasBeenSet = true; m_jobQueue.assign(value)… in SetJobQueue() function
209 inline JobDetail& WithJobQueue(const Aws::String& value) { SetJobQueue(value); return *this;} in WithJobQueue()
215 …inline JobDetail& WithJobQueue(Aws::String&& value) { SetJobQueue(std::move(value)); return *this;} in WithJobQueue()
221 inline JobDetail& WithJobQueue(const char* value) { SetJobQueue(value); return *this;} in WithJobQueue()
/dports/lang/gjs/gjs-1.70.0/gjs/
H A Dengine.cpp155 JS::SetJobQueue(cx, dynamic_cast<JS::JobQueue*>(uninitialized_gjs)); in gjs_create_js_context()
/dports/lang/cjs/cjs-4.8.2/cjs/
H A Dengine.cpp235 JS::SetJobQueue(cx, dynamic_cast<JS::JobQueue*>(uninitialized_gjs)); in gjs_create_js_context()
/dports/www/firefox-esr/firefox-91.8.0/js/public/
H A DPromise.h113 extern JS_PUBLIC_API void SetJobQueue(JSContext* cx, JobQueue* queue);
/dports/lang/spidermonkey78/firefox-78.9.0/js/public/
H A DPromise.h113 extern JS_PUBLIC_API void SetJobQueue(JSContext* cx, JobQueue* queue);
/dports/www/firefox/firefox-99.0/js/public/
H A DPromise.h117 extern JS_PUBLIC_API void SetJobQueue(JSContext* cx, JobQueue* queue);
/dports/mail/thunderbird/thunderbird-91.8.0/js/public/
H A DPromise.h113 extern JS_PUBLIC_API void SetJobQueue(JSContext* cx, JobQueue* queue);
/dports/databases/tile38/tile38-1.12.0/vendor/github.com/aws/aws-sdk-go/service/batch/
H A Dapi.go2808 func (s *DeleteJobQueueInput) SetJobQueue(v string) *DeleteJobQueueInput { func
3521 func (s *JobDetail) SetJobQueue(v string) *JobDetail { func
3785 func (s *ListJobsInput) SetJobQueue(v string) *ListJobsInput { func
4159 func (s *SubmitJobInput) SetJobQueue(v string) *SubmitJobInput { func
4530 func (s *UpdateJobQueueInput) SetJobQueue(v string) *UpdateJobQueueInput { func
/dports/sysutils/aptly/aptly-1.4.0/vendor/github.com/aws/aws-sdk-go/service/batch/
H A Dapi.go2948 func (s *DeleteJobQueueInput) SetJobQueue(v string) *DeleteJobQueueInput { func
3682 func (s *JobDetail) SetJobQueue(v string) *JobDetail { func
4038 func (s *ListJobsInput) SetJobQueue(v string) *ListJobsInput { func
4449 func (s *SubmitJobInput) SetJobQueue(v string) *SubmitJobInput { func
4819 func (s *UpdateJobQueueInput) SetJobQueue(v string) *UpdateJobQueueInput { func
/dports/devel/awless/awless-0.1.11/vendor/github.com/aws/aws-sdk-go/service/batch/
H A Dapi.go2963 func (s *DeleteJobQueueInput) SetJobQueue(v string) *DeleteJobQueueInput { func
3696 func (s *JobDetail) SetJobQueue(v string) *JobDetail { func
4025 func (s *ListJobsInput) SetJobQueue(v string) *ListJobsInput { func
4416 func (s *SubmitJobInput) SetJobQueue(v string) *SubmitJobInput { func
4787 func (s *UpdateJobQueueInput) SetJobQueue(v string) *UpdateJobQueueInput { func
/dports/sysutils/docker-registry/distribution-2.7.1/vendor/github.com/aws/aws-sdk-go/aws-sdk-go-1.15.11/service/batch/
H A Dapi.go2948 func (s *DeleteJobQueueInput) SetJobQueue(v string) *DeleteJobQueueInput { func
3682 func (s *JobDetail) SetJobQueue(v string) *JobDetail { func
4038 func (s *ListJobsInput) SetJobQueue(v string) *ListJobsInput { func
4449 func (s *SubmitJobInput) SetJobQueue(v string) *SubmitJobInput { func
4819 func (s *UpdateJobQueueInput) SetJobQueue(v string) *UpdateJobQueueInput { func
/dports/devel/app-builder/app-builder-3.4.2/vendor/github.com/aws/aws-sdk-go/service/batch/
H A Dapi.go3121 func (s *DeleteJobQueueInput) SetJobQueue(v string) *DeleteJobQueueInput { func
3876 func (s *JobDetail) SetJobQueue(v string) *JobDetail { func
4304 func (s *ListJobsInput) SetJobQueue(v string) *ListJobsInput { func
5200 func (s *SubmitJobInput) SetJobQueue(v string) *SubmitJobInput { func
5576 func (s *UpdateJobQueueInput) SetJobQueue(v string) *UpdateJobQueueInput { func
/dports/net/goreplay/goreplay-1.2.0/vendor/github.com/aws/aws-sdk-go/aws-sdk-go-1.33.2/service/batch/
H A Dapi.go3468 func (s *DeleteJobQueueInput) SetJobQueue(v string) *DeleteJobQueueInput { func
4282 func (s *JobDetail) SetJobQueue(v string) *JobDetail { func
4758 func (s *ListJobsInput) SetJobQueue(v string) *ListJobsInput { func
5711 func (s *SubmitJobInput) SetJobQueue(v string) *SubmitJobInput { func
6087 func (s *UpdateJobQueueInput) SetJobQueue(v string) *UpdateJobQueueInput { func
/dports/security/vuls/vuls-0.13.7/vendor/github.com/aws/aws-sdk-go/service/batch/
H A Dapi.go3468 func (s *DeleteJobQueueInput) SetJobQueue(v string) *DeleteJobQueueInput { func
4282 func (s *JobDetail) SetJobQueue(v string) *JobDetail { func
4758 func (s *ListJobsInput) SetJobQueue(v string) *ListJobsInput { func
5711 func (s *SubmitJobInput) SetJobQueue(v string) *SubmitJobInput { func
6087 func (s *UpdateJobQueueInput) SetJobQueue(v string) *UpdateJobQueueInput { func
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/aws/aws-sdk-go/service/batch/
H A Dapi.go3372 func (s *DeleteJobQueueInput) SetJobQueue(v string) *DeleteJobQueueInput { func
4186 func (s *JobDetail) SetJobQueue(v string) *JobDetail { func
4662 func (s *ListJobsInput) SetJobQueue(v string) *ListJobsInput { func
5558 func (s *SubmitJobInput) SetJobQueue(v string) *SubmitJobInput { func
5934 func (s *UpdateJobQueueInput) SetJobQueue(v string) *UpdateJobQueueInput { func
/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/github.com/aws/aws-sdk-go/aws-sdk-go-1.30.0/service/batch/
H A Dapi.go3468 func (s *DeleteJobQueueInput) SetJobQueue(v string) *DeleteJobQueueInput { func
4282 func (s *JobDetail) SetJobQueue(v string) *JobDetail { func
4758 func (s *ListJobsInput) SetJobQueue(v string) *ListJobsInput { func
5711 func (s *SubmitJobInput) SetJobQueue(v string) *SubmitJobInput { func
6087 func (s *UpdateJobQueueInput) SetJobQueue(v string) *UpdateJobQueueInput { func
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/aws/aws-sdk-go/service/batch/
H A Dapi.go3405 func (s *DeleteJobQueueInput) SetJobQueue(v string) *DeleteJobQueueInput { func
4219 func (s *JobDetail) SetJobQueue(v string) *JobDetail { func
4695 func (s *ListJobsInput) SetJobQueue(v string) *ListJobsInput { func
5591 func (s *SubmitJobInput) SetJobQueue(v string) *SubmitJobInput { func
5967 func (s *UpdateJobQueueInput) SetJobQueue(v string) *UpdateJobQueueInput { func
/dports/dns/cli53/cli53-0.8.18/vendor/github.com/aws/aws-sdk-go/service/batch/
H A Dapi.go3468 func (s *DeleteJobQueueInput) SetJobQueue(v string) *DeleteJobQueueInput { func
4282 func (s *JobDetail) SetJobQueue(v string) *JobDetail { func
4758 func (s *ListJobsInput) SetJobQueue(v string) *ListJobsInput { func
5711 func (s *SubmitJobInput) SetJobQueue(v string) *SubmitJobInput { func
6087 func (s *UpdateJobQueueInput) SetJobQueue(v string) *UpdateJobQueueInput { func
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/aws/aws-sdk-go/service/batch/
H A Dapi.go3397 func (s *DeleteJobQueueInput) SetJobQueue(v string) *DeleteJobQueueInput { func
4211 func (s *JobDetail) SetJobQueue(v string) *JobDetail { func
4687 func (s *ListJobsInput) SetJobQueue(v string) *ListJobsInput { func
5583 func (s *SubmitJobInput) SetJobQueue(v string) *SubmitJobInput { func
5959 func (s *UpdateJobQueueInput) SetJobQueue(v string) *UpdateJobQueueInput { func
/dports/databases/litestream/litestream-0.3.6/vendor/github.com/aws/aws-sdk-go/service/batch/
H A Dapi.go3405 func (s *DeleteJobQueueInput) SetJobQueue(v string) *DeleteJobQueueInput { func
4219 func (s *JobDetail) SetJobQueue(v string) *JobDetail { func
4695 func (s *ListJobsInput) SetJobQueue(v string) *ListJobsInput { func
5591 func (s *SubmitJobInput) SetJobQueue(v string) *SubmitJobInput { func
5967 func (s *UpdateJobQueueInput) SetJobQueue(v string) *UpdateJobQueueInput { func
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/aws/aws-sdk-go/service/batch/
H A Dapi.go3468 func (s *DeleteJobQueueInput) SetJobQueue(v string) *DeleteJobQueueInput { func
4282 func (s *JobDetail) SetJobQueue(v string) *JobDetail { func
4758 func (s *ListJobsInput) SetJobQueue(v string) *ListJobsInput { func
5711 func (s *SubmitJobInput) SetJobQueue(v string) *SubmitJobInput { func
6087 func (s *UpdateJobQueueInput) SetJobQueue(v string) *UpdateJobQueueInput { func

12