Uses of Class
software.amazon.awssdk.services.b2bi.model.DeleteProfileResponse
-
Packages that use DeleteProfileResponse Package Description software.amazon.awssdk.services.b2bi This is the Amazon Web Services B2B Data Interchange API Reference. -
-
Uses of DeleteProfileResponse in software.amazon.awssdk.services.b2bi
Methods in software.amazon.awssdk.services.b2bi that return DeleteProfileResponse Modifier and Type Method Description default DeleteProfileResponseB2BiClient. deleteProfile(Consumer<DeleteProfileRequest.Builder> deleteProfileRequest)Deletes the specified profile.default DeleteProfileResponseB2BiClient. deleteProfile(DeleteProfileRequest deleteProfileRequest)Deletes the specified profile.Methods in software.amazon.awssdk.services.b2bi that return types with arguments of type DeleteProfileResponse Modifier and Type Method Description default CompletableFuture<DeleteProfileResponse>B2BiAsyncClient. deleteProfile(Consumer<DeleteProfileRequest.Builder> deleteProfileRequest)Deletes the specified profile.default CompletableFuture<DeleteProfileResponse>B2BiAsyncClient. deleteProfile(DeleteProfileRequest deleteProfileRequest)Deletes the specified profile.
-