Uses of Interface
software.amazon.awssdk.services.customerprofiles.model.GetCalculatedAttributeForProfileRequest.Builder
-
Packages that use GetCalculatedAttributeForProfileRequest.Builder Package Description software.amazon.awssdk.services.customerprofiles Amazon Connect Customer Profiles software.amazon.awssdk.services.customerprofiles.model -
-
Uses of GetCalculatedAttributeForProfileRequest.Builder in software.amazon.awssdk.services.customerprofiles
Method parameters in software.amazon.awssdk.services.customerprofiles with type arguments of type GetCalculatedAttributeForProfileRequest.Builder Modifier and Type Method Description default CompletableFuture<GetCalculatedAttributeForProfileResponse>CustomerProfilesAsyncClient. getCalculatedAttributeForProfile(Consumer<GetCalculatedAttributeForProfileRequest.Builder> getCalculatedAttributeForProfileRequest)Retrieve a calculated attribute for a customer profile.default GetCalculatedAttributeForProfileResponseCustomerProfilesClient. getCalculatedAttributeForProfile(Consumer<GetCalculatedAttributeForProfileRequest.Builder> getCalculatedAttributeForProfileRequest)Retrieve a calculated attribute for a customer profile. -
Uses of GetCalculatedAttributeForProfileRequest.Builder in software.amazon.awssdk.services.customerprofiles.model
Methods in software.amazon.awssdk.services.customerprofiles.model that return GetCalculatedAttributeForProfileRequest.Builder Modifier and Type Method Description static GetCalculatedAttributeForProfileRequest.BuilderGetCalculatedAttributeForProfileRequest. builder()GetCalculatedAttributeForProfileRequest.BuilderGetCalculatedAttributeForProfileRequest.Builder. calculatedAttributeName(String calculatedAttributeName)The unique name of the calculated attribute.GetCalculatedAttributeForProfileRequest.BuilderGetCalculatedAttributeForProfileRequest.Builder. domainName(String domainName)The unique name of the domain.GetCalculatedAttributeForProfileRequest.BuilderGetCalculatedAttributeForProfileRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetCalculatedAttributeForProfileRequest.BuilderGetCalculatedAttributeForProfileRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetCalculatedAttributeForProfileRequest.BuilderGetCalculatedAttributeForProfileRequest.Builder. profileId(String profileId)The unique identifier of a customer profile.GetCalculatedAttributeForProfileRequest.BuilderGetCalculatedAttributeForProfileRequest. toBuilder()Methods in software.amazon.awssdk.services.customerprofiles.model that return types with arguments of type GetCalculatedAttributeForProfileRequest.Builder Modifier and Type Method Description static Class<? extends GetCalculatedAttributeForProfileRequest.Builder>GetCalculatedAttributeForProfileRequest. serializableBuilderClass()
-