Uses of Class
software.amazon.awssdk.services.shield.model.ProtectedResourceType
-
Packages that use ProtectedResourceType Package Description software.amazon.awssdk.services.shield.model -
-
Uses of ProtectedResourceType in software.amazon.awssdk.services.shield.model
Methods in software.amazon.awssdk.services.shield.model that return ProtectedResourceType Modifier and Type Method Description static ProtectedResourceTypeProtectedResourceType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ProtectedResourceTypeCreateProtectionGroupRequest. resourceType()The resource type to include in the protection group.ProtectedResourceTypeProtectionGroup. resourceType()The resource type to include in the protection group.ProtectedResourceTypeUpdateProtectionGroupRequest. resourceType()The resource type to include in the protection group.static ProtectedResourceTypeProtectedResourceType. valueOf(String name)Returns the enum constant of this type with the specified name.static ProtectedResourceType[]ProtectedResourceType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.shield.model that return types with arguments of type ProtectedResourceType Modifier and Type Method Description static Set<ProtectedResourceType>ProtectedResourceType. knownValues()List<ProtectedResourceType>InclusionProtectionFilters. resourceTypes()The type of protected resource whose protections you want to retrieve.List<ProtectedResourceType>InclusionProtectionGroupFilters. resourceTypes()The resource type configuration of the protection groups that you want to retrieve.Methods in software.amazon.awssdk.services.shield.model with parameters of type ProtectedResourceType Modifier and Type Method Description CreateProtectionGroupRequest.BuilderCreateProtectionGroupRequest.Builder. resourceType(ProtectedResourceType resourceType)The resource type to include in the protection group.ProtectionGroup.BuilderProtectionGroup.Builder. resourceType(ProtectedResourceType resourceType)The resource type to include in the protection group.UpdateProtectionGroupRequest.BuilderUpdateProtectionGroupRequest.Builder. resourceType(ProtectedResourceType resourceType)The resource type to include in the protection group.InclusionProtectionFilters.BuilderInclusionProtectionFilters.Builder. resourceTypes(ProtectedResourceType... resourceTypes)The type of protected resource whose protections you want to retrieve.InclusionProtectionGroupFilters.BuilderInclusionProtectionGroupFilters.Builder. resourceTypes(ProtectedResourceType... resourceTypes)The resource type configuration of the protection groups that you want to retrieve.Method parameters in software.amazon.awssdk.services.shield.model with type arguments of type ProtectedResourceType Modifier and Type Method Description InclusionProtectionFilters.BuilderInclusionProtectionFilters.Builder. resourceTypes(Collection<ProtectedResourceType> resourceTypes)The type of protected resource whose protections you want to retrieve.InclusionProtectionGroupFilters.BuilderInclusionProtectionGroupFilters.Builder. resourceTypes(Collection<ProtectedResourceType> resourceTypes)The resource type configuration of the protection groups that you want to retrieve.
-