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