コード例 #1
0
 public Task<ListResponse<Site2SiteCustomerGatewayResponse>> ListVpnCustomerGatewaysAllPagesAsync(ListVpnCustomerGatewaysRequest request) => _proxy.RequestAllPagesAsync<Site2SiteCustomerGatewayResponse>(request);
コード例 #2
0
 public ListResponse<Site2SiteCustomerGatewayResponse> ListVpnCustomerGatewaysAllPages(ListVpnCustomerGatewaysRequest request) => _proxy.RequestAllPages<Site2SiteCustomerGatewayResponse>(request);
コード例 #3
0
 public ListResponse<Site2SiteCustomerGatewayResponse> ListVpnCustomerGateways(ListVpnCustomerGatewaysRequest request) => _proxy.Request<ListResponse<Site2SiteCustomerGatewayResponse>>(request);
コード例 #4
0
 public Task <ListResponse <Site2SiteCustomerGatewayResponse> > ListVpnCustomerGatewaysAllPagesAsync(ListVpnCustomerGatewaysRequest request) => Proxy.RequestAllPagesAsync <Site2SiteCustomerGatewayResponse>(request);
コード例 #5
0
 public ListResponse <Site2SiteCustomerGatewayResponse> ListVpnCustomerGatewaysAllPages(ListVpnCustomerGatewaysRequest request) => Proxy.RequestAllPages <Site2SiteCustomerGatewayResponse>(request);
コード例 #6
0
 public ListResponse <Site2SiteCustomerGatewayResponse> ListVpnCustomerGateways(ListVpnCustomerGatewaysRequest request) => Proxy.Request <ListResponse <Site2SiteCustomerGatewayResponse> >(request);