The endpoint to which service requests can be submitted, including the actual URL prefix for sending requests and the Amazon Resource Name (ARN) so the endpoint can be referenced in other API calls such as UpdateServiceAccessPolicies.

Пример #1
0
 public DomainStatus WithSearchService(ServiceEndpoint searchService)
 {
     this.searchService = searchService;
     return this;
 }
Пример #2
0
 public DomainStatus WithDocService(ServiceEndpoint docService)
 {
     this.docService = docService;
     return this;
 }