Uses of Class
software.amazon.awssdk.services.pinpointsmsvoicev2.model.ProtectConfigurationInformation
-
Packages that use ProtectConfigurationInformation Package Description software.amazon.awssdk.services.pinpointsmsvoicev2.model software.amazon.awssdk.services.pinpointsmsvoicev2.paginators -
-
Uses of ProtectConfigurationInformation in software.amazon.awssdk.services.pinpointsmsvoicev2.model
Methods in software.amazon.awssdk.services.pinpointsmsvoicev2.model that return types with arguments of type ProtectConfigurationInformation Modifier and Type Method Description List<ProtectConfigurationInformation>DescribeProtectConfigurationsResponse. protectConfigurations()An array of ProtectConfigurationInformation objects that contain the details for the request.Methods in software.amazon.awssdk.services.pinpointsmsvoicev2.model with parameters of type ProtectConfigurationInformation Modifier and Type Method Description DescribeProtectConfigurationsResponse.BuilderDescribeProtectConfigurationsResponse.Builder. protectConfigurations(ProtectConfigurationInformation... protectConfigurations)An array of ProtectConfigurationInformation objects that contain the details for the request.Method parameters in software.amazon.awssdk.services.pinpointsmsvoicev2.model with type arguments of type ProtectConfigurationInformation Modifier and Type Method Description DescribeProtectConfigurationsResponse.BuilderDescribeProtectConfigurationsResponse.Builder. protectConfigurations(Collection<ProtectConfigurationInformation> protectConfigurations)An array of ProtectConfigurationInformation objects that contain the details for the request. -
Uses of ProtectConfigurationInformation in software.amazon.awssdk.services.pinpointsmsvoicev2.paginators
Methods in software.amazon.awssdk.services.pinpointsmsvoicev2.paginators that return types with arguments of type ProtectConfigurationInformation Modifier and Type Method Description SdkIterable<ProtectConfigurationInformation>DescribeProtectConfigurationsIterable. protectConfigurations()Returns an iterable to iterate through the paginatedDescribeProtectConfigurationsResponse.protectConfigurations()member.SdkPublisher<ProtectConfigurationInformation>DescribeProtectConfigurationsPublisher. protectConfigurations()Returns a publisher that can be used to get a stream of data.
-