Uses of Interface
software.amazon.awssdk.services.customerprofiles.model.DeleteProfileKeyRequest.Builder
-
Packages that use DeleteProfileKeyRequest.Builder Package Description software.amazon.awssdk.services.customerprofiles Amazon Connect Customer Profiles software.amazon.awssdk.services.customerprofiles.model -
-
Uses of DeleteProfileKeyRequest.Builder in software.amazon.awssdk.services.customerprofiles
Method parameters in software.amazon.awssdk.services.customerprofiles with type arguments of type DeleteProfileKeyRequest.Builder Modifier and Type Method Description default CompletableFuture<DeleteProfileKeyResponse>CustomerProfilesAsyncClient. deleteProfileKey(Consumer<DeleteProfileKeyRequest.Builder> deleteProfileKeyRequest)Removes a searchable key from a customer profile.default DeleteProfileKeyResponseCustomerProfilesClient. deleteProfileKey(Consumer<DeleteProfileKeyRequest.Builder> deleteProfileKeyRequest)Removes a searchable key from a customer profile. -
Uses of DeleteProfileKeyRequest.Builder in software.amazon.awssdk.services.customerprofiles.model
Methods in software.amazon.awssdk.services.customerprofiles.model that return DeleteProfileKeyRequest.Builder Modifier and Type Method Description static DeleteProfileKeyRequest.BuilderDeleteProfileKeyRequest. builder()DeleteProfileKeyRequest.BuilderDeleteProfileKeyRequest.Builder. domainName(String domainName)The unique name of the domain.DeleteProfileKeyRequest.BuilderDeleteProfileKeyRequest.Builder. keyName(String keyName)A searchable identifier of a customer profile.DeleteProfileKeyRequest.BuilderDeleteProfileKeyRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteProfileKeyRequest.BuilderDeleteProfileKeyRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DeleteProfileKeyRequest.BuilderDeleteProfileKeyRequest.Builder. profileId(String profileId)The unique identifier of a customer profile.DeleteProfileKeyRequest.BuilderDeleteProfileKeyRequest. toBuilder()DeleteProfileKeyRequest.BuilderDeleteProfileKeyRequest.Builder. values(String... values)A list of key values.DeleteProfileKeyRequest.BuilderDeleteProfileKeyRequest.Builder. values(Collection<String> values)A list of key values.Methods in software.amazon.awssdk.services.customerprofiles.model that return types with arguments of type DeleteProfileKeyRequest.Builder Modifier and Type Method Description static Class<? extends DeleteProfileKeyRequest.Builder>DeleteProfileKeyRequest. serializableBuilderClass()
-