Uses of Interface
software.amazon.awssdk.services.b2bi.model.UpdateProfileRequest.Builder
-
Packages that use UpdateProfileRequest.Builder Package Description software.amazon.awssdk.services.b2bi This is the Amazon Web Services B2B Data Interchange API Reference.software.amazon.awssdk.services.b2bi.model -
-
Uses of UpdateProfileRequest.Builder in software.amazon.awssdk.services.b2bi
Method parameters in software.amazon.awssdk.services.b2bi with type arguments of type UpdateProfileRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateProfileResponse>B2BiAsyncClient. updateProfile(Consumer<UpdateProfileRequest.Builder> updateProfileRequest)Updates the specified parameters for a profile.default UpdateProfileResponseB2BiClient. updateProfile(Consumer<UpdateProfileRequest.Builder> updateProfileRequest)Updates the specified parameters for a profile. -
Uses of UpdateProfileRequest.Builder in software.amazon.awssdk.services.b2bi.model
Methods in software.amazon.awssdk.services.b2bi.model that return UpdateProfileRequest.Builder Modifier and Type Method Description static UpdateProfileRequest.BuilderUpdateProfileRequest. builder()UpdateProfileRequest.BuilderUpdateProfileRequest.Builder. businessName(String businessName)Specifies the name for the business associated with this profile.UpdateProfileRequest.BuilderUpdateProfileRequest.Builder. email(String email)Specifies the email address associated with this customer profile.UpdateProfileRequest.BuilderUpdateProfileRequest.Builder. name(String name)The name of the profile, used to identify it.UpdateProfileRequest.BuilderUpdateProfileRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateProfileRequest.BuilderUpdateProfileRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateProfileRequest.BuilderUpdateProfileRequest.Builder. phone(String phone)Specifies the phone number associated with the profile.UpdateProfileRequest.BuilderUpdateProfileRequest.Builder. profileId(String profileId)Specifies the unique, system-generated identifier for the profile.UpdateProfileRequest.BuilderUpdateProfileRequest. toBuilder()Methods in software.amazon.awssdk.services.b2bi.model that return types with arguments of type UpdateProfileRequest.Builder Modifier and Type Method Description static Class<? extends UpdateProfileRequest.Builder>UpdateProfileRequest. serializableBuilderClass()
-