Home
last modified time | relevance | path

Searched defs:ResponseT (Results 1 – 25 of 1000) sorted by relevance

12345678910>>...40

/aosp_15_r20/external/aws-sdk-java-v2/services-custom/dynamodb-enhanced/src/main/java/software/amazon/awssdk/enhanced/dynamodb/internal/
H A DEnhancedClientUtils.java113 Function<ResponseT, List<Map<String, AttributeValue>>> getItems, in readAndTransformPaginatedItems()
/aosp_15_r20/external/aws-sdk-java-v2/core/aws-core/src/main/java/software/amazon/awssdk/awscore/eventstream/
H A DRestEventStreamAsyncResponseTransformer.java42 EventStreamAsyncResponseTransformer<ResponseT, EventT> delegateAsyncResponseTransformer, in RestEventStreamAsyncResponseTransformer()
43 EventStreamResponseHandler<ResponseT, EventT> eventStreamResponseHandler) { in RestEventStreamAsyncResponseTransformer()
92EventStreamAsyncResponseTransformer<ResponseT, EventT> delegateAsyncResponseTransformer) { in eventStreamAsyncResponseTransformer()
102 EventStreamResponseHandler<ResponseT, EventT> eventStreamResponseHandler) { in eventStreamResponseHandler()
/aosp_15_r20/external/sdk-platform-java/gax-java/gax/src/main/java/com/google/api/gax/rpc/
H A DPagedCallSettings.java52 Builder<RequestT, ResponseT, PagedListResponseT> newBuilder( in newBuilder() argument
63 private PagedCallSettings(Builder<RequestT, ResponseT, PagedListResponseT> builder) { in PagedCallSettings() argument
74 PagedListResponseFactory<RequestT, ResponseT, PagedListResponseT> in Builder() argument
79 public Builder(PagedCallSettings<RequestT, ResponseT, PagedListResponseT> settings) { in Builder() argument
H A DCallables.java186 UnaryCallable<RequestT, PagedListResponseT> paged( in paged() argument
204 OperationCallable<RequestT, ResponseT, MetadataT> longRunningOperation( in longRunningOperation() argument
214 OperationCallableImpl<RequestT, ResponseT, MetadataT> longRunningOperationImpl( in longRunningOperationImpl() argument
/aosp_15_r20/external/sdk-platform-java/gax-java/gax/src/main/java/com/google/api/gax/paging/
H A DAbstractPage.java56 protected AbstractPage(PageContext<RequestT, ResponseT, ResourceT> context, ResponseT response) { in AbstractPage() argument
62 PageContext<RequestT, ResponseT, ResourceT> context, ResponseT response); in createPage() argument
66 final PageContext<RequestT, ResponseT, ResourceT> context, in createPageAsync() argument
/aosp_15_r20/external/aws-sdk-java-v2/core/sdk-core/src/main/java/software/amazon/awssdk/core/pagination/sync/
H A DPaginatedItemsIterable.java37 private PaginatedItemsIterable(BuilderImpl<ResponseT, ItemT> builder) { in PaginatedItemsIterable()
92 …Builder<ResponseT, ItemT> itemIteratorFunction(Function<ResponseT, Iterator<ItemT>> itemIteratorFu… in itemIteratorFunction()
111 …public Builder<ResponseT, ItemT> itemIteratorFunction(Function<ResponseT, Iterator<ItemT>> itemIte… in itemIteratorFunction()
/aosp_15_r20/external/sdk-platform-java/gax-java/gax/src/test/java/com/google/api/gax/rpc/testing/
H A DFakeCallableFactory.java89 UnaryCallable<RequestT, ResponseT> createUnpagedCallable( in createUnpagedCallable() argument
108 UnaryCallable<RequestT, PagedListResponseT> createPagedCallable( in createPagedCallable() argument
151 OperationCallable<RequestT, ResponseT, MetadataT> createOperationCallable( in createOperationCallable() argument
/aosp_15_r20/external/sdk-platform-java/gax-java/gax-httpjson/src/main/java/com/google/api/gax/httpjson/longrunning/stub/
H A DHttpJsonOperationsCallableFactory.java67 UnaryCallable<RequestT, PagedListResponseT> createPagedCallable( in createPagedCallable() argument
86 OperationCallable<RequestT, ResponseT, MetadataT> createOperationCallable( in createOperationCallable() argument
/aosp_15_r20/external/aws-sdk-java-v2/core/sdk-core/src/main/java/software/amazon/awssdk/core/async/listener/
H A DAsyncResponseTransformerListener.java60 static <ResponseT, ResultT> AsyncResponseTransformer<ResponseT, ResultT> wrap( in wrap()
73 NotifyingAsyncResponseTransformer(AsyncResponseTransformer<ResponseT, ResultT> delegate, in NotifyingAsyncResponseTransformer()
/aosp_15_r20/external/sdk-platform-java/gax-java/gax-httpjson/src/main/java/com/google/api/gax/httpjson/
H A DHttpJsonStubCallableFactory.java71 UnaryCallable<RequestT, PagedListResponseT> createPagedCallable( in createPagedCallable() argument
103 OperationCallable<RequestT, ResponseT, MetadataT> createOperationCallable( in createOperationCallable() argument
/aosp_15_r20/external/google-cloud-java/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/
H A DHttpJsonSessionsCallableFactory.java59 UnaryCallable<RequestT, PagedListResponseT> createPagedCallable( in createPagedCallable() argument
80 OperationCallable<RequestT, ResponseT, MetadataT> createOperationCallable( in createOperationCallable() argument
/aosp_15_r20/external/google-cloud-java/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/
H A DHttpJsonInstanceTemplatesCallableFactory.java58 UnaryCallable<RequestT, PagedListResponseT> createPagedCallable( in createPagedCallable() argument
79 OperationCallable<RequestT, ResponseT, MetadataT> createOperationCallable( in createOperationCallable() argument
H A DHttpJsonRegionInstanceGroupsCallableFactory.java58 UnaryCallable<RequestT, PagedListResponseT> createPagedCallable( in createPagedCallable() argument
79 OperationCallable<RequestT, ResponseT, MetadataT> createOperationCallable( in createOperationCallable() argument
H A DHttpJsonRegionOperationsCallableFactory.java59 UnaryCallable<RequestT, PagedListResponseT> createPagedCallable( in createPagedCallable() argument
80 OperationCallable<RequestT, ResponseT, MetadataT> createOperationCallable( in createOperationCallable() argument
H A DHttpJsonInstancesCallableFactory.java58 UnaryCallable<RequestT, PagedListResponseT> createPagedCallable( in createPagedCallable() argument
79 OperationCallable<RequestT, ResponseT, MetadataT> createOperationCallable( in createOperationCallable() argument
H A DHttpJsonNetworkEndpointGroupsCallableFactory.java58 UnaryCallable<RequestT, PagedListResponseT> createPagedCallable( in createPagedCallable() argument
79 OperationCallable<RequestT, ResponseT, MetadataT> createOperationCallable( in createOperationCallable() argument
H A DHttpJsonPublicDelegatedPrefixesCallableFactory.java58 UnaryCallable<RequestT, PagedListResponseT> createPagedCallable( in createPagedCallable() argument
79 OperationCallable<RequestT, ResponseT, MetadataT> createOperationCallable( in createOperationCallable() argument
/aosp_15_r20/external/google-cloud-java/java-datacatalog/google-cloud-datacatalog/src/main/java/com/google/cloud/datacatalog/v1beta1/stub/
H A DHttpJsonDataCatalogCallableFactory.java59 UnaryCallable<RequestT, PagedListResponseT> createPagedCallable( in createPagedCallable() argument
80 OperationCallable<RequestT, ResponseT, MetadataT> createOperationCallable( in createOperationCallable() argument
/aosp_15_r20/external/google-cloud-java/java-life-sciences/google-cloud-life-sciences/src/main/java/com/google/cloud/lifesciences/v2beta/stub/
H A DHttpJsonWorkflowsServiceV2BetaCallableFactory.java59 UnaryCallable<RequestT, PagedListResponseT> createPagedCallable( in createPagedCallable() argument
80 OperationCallable<RequestT, ResponseT, MetadataT> createOperationCallable( in createOperationCallable() argument
/aosp_15_r20/external/google-cloud-java/java-confidentialcomputing/google-cloud-confidentialcomputing/src/main/java/com/google/cloud/confidentialcomputing/v1alpha1/stub/
H A DHttpJsonConfidentialComputingCallableFactory.java59 UnaryCallable<RequestT, PagedListResponseT> createPagedCallable( in createPagedCallable() argument
80 OperationCallable<RequestT, ResponseT, MetadataT> createOperationCallable( in createOperationCallable() argument
/aosp_15_r20/external/google-cloud-java/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/
H A DHttpJsonAgentsCallableFactory.java59 UnaryCallable<RequestT, PagedListResponseT> createPagedCallable( in createPagedCallable() argument
80 OperationCallable<RequestT, ResponseT, MetadataT> createOperationCallable( in createOperationCallable() argument
H A DHttpJsonFlowsCallableFactory.java59 UnaryCallable<RequestT, PagedListResponseT> createPagedCallable( in createPagedCallable() argument
80 OperationCallable<RequestT, ResponseT, MetadataT> createOperationCallable( in createOperationCallable() argument
/aosp_15_r20/external/google-cloud-java/java-bigquerymigration/google-cloud-bigquerymigration/src/main/java/com/google/cloud/bigquery/migration/v2alpha/stub/
H A DHttpJsonSqlTranslationServiceCallableFactory.java59 UnaryCallable<RequestT, PagedListResponseT> createPagedCallable( in createPagedCallable() argument
80 OperationCallable<RequestT, ResponseT, MetadataT> createOperationCallable( in createOperationCallable() argument
/aosp_15_r20/external/google-cloud-java/java-kms/google-cloud-kms/src/main/java/com/google/cloud/kms/v1/stub/
H A DHttpJsonEkmServiceCallableFactory.java59 UnaryCallable<RequestT, PagedListResponseT> createPagedCallable( in createPagedCallable() argument
80 OperationCallable<RequestT, ResponseT, MetadataT> createOperationCallable( in createOperationCallable() argument
/aosp_15_r20/external/google-cloud-java/java-security-private-ca/google-cloud-security-private-ca/src/main/java/com/google/cloud/security/privateca/v1beta1/stub/
H A DHttpJsonCertificateAuthorityServiceCallableFactory.java59 UnaryCallable<RequestT, PagedListResponseT> createPagedCallable( in createPagedCallable() argument
80 OperationCallable<RequestT, ResponseT, MetadataT> createOperationCallable( in createOperationCallable() argument

12345678910>>...40