Uses of Class
software.amazon.awssdk.services.customerprofiles.model.DeleteProfileObjectTypeRequest
-
Packages that use DeleteProfileObjectTypeRequest Package Description software.amazon.awssdk.services.customerprofiles Amazon Connect Customer Profiles software.amazon.awssdk.services.customerprofiles.transform -
-
Uses of DeleteProfileObjectTypeRequest in software.amazon.awssdk.services.customerprofiles
Methods in software.amazon.awssdk.services.customerprofiles with parameters of type DeleteProfileObjectTypeRequest Modifier and Type Method Description default CompletableFuture<DeleteProfileObjectTypeResponse>CustomerProfilesAsyncClient. deleteProfileObjectType(DeleteProfileObjectTypeRequest 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. -
Uses of DeleteProfileObjectTypeRequest in software.amazon.awssdk.services.customerprofiles.transform
Methods in software.amazon.awssdk.services.customerprofiles.transform with parameters of type DeleteProfileObjectTypeRequest Modifier and Type Method Description SdkHttpFullRequestDeleteProfileObjectTypeRequestMarshaller. marshall(DeleteProfileObjectTypeRequest deleteProfileObjectTypeRequest)
-