Uses of Class
software.amazon.awssdk.services.pinpointsmsvoicev2.model.Owner
-
Packages that use Owner Package Description software.amazon.awssdk.services.pinpointsmsvoicev2.model -
-
Uses of Owner in software.amazon.awssdk.services.pinpointsmsvoicev2.model
Methods in software.amazon.awssdk.services.pinpointsmsvoicev2.model that return Owner Modifier and Type Method Description static OwnerOwner. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.OwnerDescribeOptOutListsRequest. owner()UseSELFto filter the list of Opt-Out List to ones your account owns or useSHAREDto filter on Opt-Out List shared with your account.OwnerDescribePhoneNumbersRequest. owner()UseSELFto filter the list of phone numbers to ones your account owns or useSHAREDto filter on phone numbers shared with your account.OwnerDescribePoolsRequest. owner()UseSELFto filter the list of Pools to ones your account owns or useSHAREDto filter on Pools shared with your account.OwnerDescribeSenderIdsRequest. owner()UseSELFto filter the list of Sender Ids to ones your account owns or useSHAREDto filter on Sender Ids shared with your account.static OwnerOwner. valueOf(String name)Returns the enum constant of this type with the specified name.static Owner[]Owner. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.pinpointsmsvoicev2.model that return types with arguments of type Owner Modifier and Type Method Description static Set<Owner>Owner. knownValues()Methods in software.amazon.awssdk.services.pinpointsmsvoicev2.model with parameters of type Owner Modifier and Type Method Description DescribeOptOutListsRequest.BuilderDescribeOptOutListsRequest.Builder. owner(Owner owner)UseSELFto filter the list of Opt-Out List to ones your account owns or useSHAREDto filter on Opt-Out List shared with your account.DescribePhoneNumbersRequest.BuilderDescribePhoneNumbersRequest.Builder. owner(Owner owner)UseSELFto filter the list of phone numbers to ones your account owns or useSHAREDto filter on phone numbers shared with your account.DescribePoolsRequest.BuilderDescribePoolsRequest.Builder. owner(Owner owner)UseSELFto filter the list of Pools to ones your account owns or useSHAREDto filter on Pools shared with your account.DescribeSenderIdsRequest.BuilderDescribeSenderIdsRequest.Builder. owner(Owner owner)UseSELFto filter the list of Sender Ids to ones your account owns or useSHAREDto filter on Sender Ids shared with your account.
-