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