Uses of Class
software.amazon.awssdk.services.b2bi.model.CreateProfileResponse
-
Packages that use CreateProfileResponse Package Description software.amazon.awssdk.services.b2bi This is the Amazon Web Services B2B Data Interchange API Reference. -
-
Uses of CreateProfileResponse in software.amazon.awssdk.services.b2bi
Methods in software.amazon.awssdk.services.b2bi that return CreateProfileResponse Modifier and Type Method Description default CreateProfileResponseB2BiClient. createProfile(Consumer<CreateProfileRequest.Builder> createProfileRequest)Creates a customer profile.default CreateProfileResponseB2BiClient. createProfile(CreateProfileRequest createProfileRequest)Creates a customer profile.Methods in software.amazon.awssdk.services.b2bi that return types with arguments of type CreateProfileResponse Modifier and Type Method Description default CompletableFuture<CreateProfileResponse>B2BiAsyncClient. createProfile(Consumer<CreateProfileRequest.Builder> createProfileRequest)Creates a customer profile.default CompletableFuture<CreateProfileResponse>B2BiAsyncClient. createProfile(CreateProfileRequest createProfileRequest)Creates a customer profile.
-