Uses of Class
software.amazon.awssdk.services.b2bi.model.UpdateProfileResponse
-
Packages that use UpdateProfileResponse Package Description software.amazon.awssdk.services.b2bi This is the Amazon Web Services B2B Data Interchange API Reference. -
-
Uses of UpdateProfileResponse in software.amazon.awssdk.services.b2bi
Methods in software.amazon.awssdk.services.b2bi that return UpdateProfileResponse Modifier and Type Method Description default UpdateProfileResponseB2BiClient. updateProfile(Consumer<UpdateProfileRequest.Builder> updateProfileRequest)Updates the specified parameters for a profile.default UpdateProfileResponseB2BiClient. updateProfile(UpdateProfileRequest updateProfileRequest)Updates the specified parameters for a profile.Methods in software.amazon.awssdk.services.b2bi that return types with arguments of type UpdateProfileResponse Modifier and Type Method Description default CompletableFuture<UpdateProfileResponse>B2BiAsyncClient. updateProfile(Consumer<UpdateProfileRequest.Builder> updateProfileRequest)Updates the specified parameters for a profile.default CompletableFuture<UpdateProfileResponse>B2BiAsyncClient. updateProfile(UpdateProfileRequest updateProfileRequest)Updates the specified parameters for a profile.
-