Uses of Interface
software.amazon.awssdk.services.customerprofiles.model.BatchGetProfileRequest.Builder
-
Packages that use BatchGetProfileRequest.Builder Package Description software.amazon.awssdk.services.customerprofiles Amazon Connect Customer Profiles software.amazon.awssdk.services.customerprofiles.model -
-
Uses of BatchGetProfileRequest.Builder in software.amazon.awssdk.services.customerprofiles
Method parameters in software.amazon.awssdk.services.customerprofiles with type arguments of type BatchGetProfileRequest.Builder Modifier and Type Method Description default CompletableFuture<BatchGetProfileResponse>CustomerProfilesAsyncClient. batchGetProfile(Consumer<BatchGetProfileRequest.Builder> batchGetProfileRequest)Get a batch of profiles.default BatchGetProfileResponseCustomerProfilesClient. batchGetProfile(Consumer<BatchGetProfileRequest.Builder> batchGetProfileRequest)Get a batch of profiles. -
Uses of BatchGetProfileRequest.Builder in software.amazon.awssdk.services.customerprofiles.model
Methods in software.amazon.awssdk.services.customerprofiles.model that return BatchGetProfileRequest.Builder Modifier and Type Method Description static BatchGetProfileRequest.BuilderBatchGetProfileRequest. builder()BatchGetProfileRequest.BuilderBatchGetProfileRequest.Builder. domainName(String domainName)The unique name of the domain.BatchGetProfileRequest.BuilderBatchGetProfileRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)BatchGetProfileRequest.BuilderBatchGetProfileRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)BatchGetProfileRequest.BuilderBatchGetProfileRequest.Builder. profileIds(String... profileIds)List of unique identifiers for customer profiles to retrieve.BatchGetProfileRequest.BuilderBatchGetProfileRequest.Builder. profileIds(Collection<String> profileIds)List of unique identifiers for customer profiles to retrieve.BatchGetProfileRequest.BuilderBatchGetProfileRequest. toBuilder()Methods in software.amazon.awssdk.services.customerprofiles.model that return types with arguments of type BatchGetProfileRequest.Builder Modifier and Type Method Description static Class<? extends BatchGetProfileRequest.Builder>BatchGetProfileRequest. serializableBuilderClass()
-