Uses of Interface
software.amazon.awssdk.services.pinpointsmsvoicev2.model.AssociateProtectConfigurationResponse.Builder
-
Packages that use AssociateProtectConfigurationResponse.Builder Package Description software.amazon.awssdk.services.pinpointsmsvoicev2.model -
-
Uses of AssociateProtectConfigurationResponse.Builder in software.amazon.awssdk.services.pinpointsmsvoicev2.model
Methods in software.amazon.awssdk.services.pinpointsmsvoicev2.model that return AssociateProtectConfigurationResponse.Builder Modifier and Type Method Description static AssociateProtectConfigurationResponse.BuilderAssociateProtectConfigurationResponse. builder()AssociateProtectConfigurationResponse.BuilderAssociateProtectConfigurationResponse.Builder. configurationSetArn(String configurationSetArn)The Amazon Resource Name (ARN) of the configuration set.AssociateProtectConfigurationResponse.BuilderAssociateProtectConfigurationResponse.Builder. configurationSetName(String configurationSetName)The name of the ConfigurationSet.AssociateProtectConfigurationResponse.BuilderAssociateProtectConfigurationResponse.Builder. protectConfigurationArn(String protectConfigurationArn)The Amazon Resource Name (ARN) of the protect configuration.AssociateProtectConfigurationResponse.BuilderAssociateProtectConfigurationResponse.Builder. protectConfigurationId(String protectConfigurationId)The unique identifier for the protect configuration.AssociateProtectConfigurationResponse.BuilderAssociateProtectConfigurationResponse. toBuilder()Methods in software.amazon.awssdk.services.pinpointsmsvoicev2.model that return types with arguments of type AssociateProtectConfigurationResponse.Builder Modifier and Type Method Description static Class<? extends AssociateProtectConfigurationResponse.Builder>AssociateProtectConfigurationResponse. serializableBuilderClass()
-