Uses of Class
software.amazon.awssdk.services.devopsguru.model.OrganizationResourceCollectionType
-
Packages that use OrganizationResourceCollectionType Package Description software.amazon.awssdk.services.devopsguru.model -
-
Uses of OrganizationResourceCollectionType in software.amazon.awssdk.services.devopsguru.model
Methods in software.amazon.awssdk.services.devopsguru.model that return OrganizationResourceCollectionType Modifier and Type Method Description static OrganizationResourceCollectionTypeOrganizationResourceCollectionType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.OrganizationResourceCollectionTypeDescribeOrganizationResourceCollectionHealthRequest. organizationResourceCollectionType()An Amazon Web Services resource collection type.static OrganizationResourceCollectionTypeOrganizationResourceCollectionType. valueOf(String name)Returns the enum constant of this type with the specified name.static OrganizationResourceCollectionType[]OrganizationResourceCollectionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.devopsguru.model that return types with arguments of type OrganizationResourceCollectionType Modifier and Type Method Description static Set<OrganizationResourceCollectionType>OrganizationResourceCollectionType. knownValues()Methods in software.amazon.awssdk.services.devopsguru.model with parameters of type OrganizationResourceCollectionType Modifier and Type Method Description DescribeOrganizationResourceCollectionHealthRequest.BuilderDescribeOrganizationResourceCollectionHealthRequest.Builder. organizationResourceCollectionType(OrganizationResourceCollectionType organizationResourceCollectionType)An Amazon Web Services resource collection type.
-