Uses of Class
software.amazon.awssdk.services.customerprofiles.model.BatchGetProfileResponse
-
Packages that use BatchGetProfileResponse Package Description software.amazon.awssdk.services.customerprofiles Amazon Connect Customer Profiles -
-
Uses of BatchGetProfileResponse in software.amazon.awssdk.services.customerprofiles
Methods in software.amazon.awssdk.services.customerprofiles that return BatchGetProfileResponse Modifier and Type Method Description default BatchGetProfileResponseCustomerProfilesClient. batchGetProfile(Consumer<BatchGetProfileRequest.Builder> batchGetProfileRequest)Get a batch of profiles.default BatchGetProfileResponseCustomerProfilesClient. batchGetProfile(BatchGetProfileRequest batchGetProfileRequest)Get a batch of profiles.Methods in software.amazon.awssdk.services.customerprofiles that return types with arguments of type BatchGetProfileResponse Modifier and Type Method Description default CompletableFuture<BatchGetProfileResponse>CustomerProfilesAsyncClient. batchGetProfile(Consumer<BatchGetProfileRequest.Builder> batchGetProfileRequest)Get a batch of profiles.default CompletableFuture<BatchGetProfileResponse>CustomerProfilesAsyncClient. batchGetProfile(BatchGetProfileRequest batchGetProfileRequest)Get a batch of profiles.
-