Uses of Interface
software.amazon.awssdk.services.artifact.model.AccountSettings.Builder
-
Packages that use AccountSettings.Builder Package Description software.amazon.awssdk.services.artifact.model -
-
Uses of AccountSettings.Builder in software.amazon.awssdk.services.artifact.model
Methods in software.amazon.awssdk.services.artifact.model that return AccountSettings.Builder Modifier and Type Method Description static AccountSettings.BuilderAccountSettings. builder()AccountSettings.BuilderAccountSettings.Builder. notificationSubscriptionStatus(String notificationSubscriptionStatus)Notification subscription status of the customer.AccountSettings.BuilderAccountSettings.Builder. notificationSubscriptionStatus(NotificationSubscriptionStatus notificationSubscriptionStatus)Notification subscription status of the customer.AccountSettings.BuilderAccountSettings. toBuilder()Methods in software.amazon.awssdk.services.artifact.model that return types with arguments of type AccountSettings.Builder Modifier and Type Method Description static Class<? extends AccountSettings.Builder>AccountSettings. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.artifact.model with type arguments of type AccountSettings.Builder Modifier and Type Method Description default GetAccountSettingsResponse.BuilderGetAccountSettingsResponse.Builder. accountSettings(Consumer<AccountSettings.Builder> accountSettings)Sets the value of the AccountSettings property for this object.default PutAccountSettingsResponse.BuilderPutAccountSettingsResponse.Builder. accountSettings(Consumer<AccountSettings.Builder> accountSettings)Sets the value of the AccountSettings property for this object.
-