Uses of Class
software.amazon.awssdk.services.customerprofiles.model.DeleteProfileObjectTypeResponse
-
Packages that use DeleteProfileObjectTypeResponse Package Description software.amazon.awssdk.services.customerprofiles Amazon Connect Customer Profiles -
-
Uses of DeleteProfileObjectTypeResponse in software.amazon.awssdk.services.customerprofiles
Methods in software.amazon.awssdk.services.customerprofiles that return DeleteProfileObjectTypeResponse Modifier and Type Method Description default DeleteProfileObjectTypeResponseCustomerProfilesClient. deleteProfileObjectType(Consumer<DeleteProfileObjectTypeRequest.Builder> deleteProfileObjectTypeRequest)Removes a ProfileObjectType from a specific domain as well as removes all the ProfileObjects of that type.default DeleteProfileObjectTypeResponseCustomerProfilesClient. deleteProfileObjectType(DeleteProfileObjectTypeRequest deleteProfileObjectTypeRequest)Removes a ProfileObjectType from a specific domain as well as removes all the ProfileObjects of that type.Methods in software.amazon.awssdk.services.customerprofiles that return types with arguments of type DeleteProfileObjectTypeResponse Modifier and Type Method Description default CompletableFuture<DeleteProfileObjectTypeResponse>CustomerProfilesAsyncClient. deleteProfileObjectType(Consumer<DeleteProfileObjectTypeRequest.Builder> deleteProfileObjectTypeRequest)Removes a ProfileObjectType from a specific domain as well as removes all the ProfileObjects of that type.default CompletableFuture<DeleteProfileObjectTypeResponse>CustomerProfilesAsyncClient. deleteProfileObjectType(DeleteProfileObjectTypeRequest deleteProfileObjectTypeRequest)Removes a ProfileObjectType from a specific domain as well as removes all the ProfileObjects of that type.
-