Uses of Class
software.amazon.awssdk.services.config.model.OrganizationConformancePack
-
Packages that use OrganizationConformancePack Package Description software.amazon.awssdk.services.config.model software.amazon.awssdk.services.config.paginators -
-
Uses of OrganizationConformancePack in software.amazon.awssdk.services.config.model
Methods in software.amazon.awssdk.services.config.model that return types with arguments of type OrganizationConformancePack Modifier and Type Method Description List<OrganizationConformancePack>DescribeOrganizationConformancePacksResponse. organizationConformancePacks()Returns a list of OrganizationConformancePacks objects.Methods in software.amazon.awssdk.services.config.model with parameters of type OrganizationConformancePack Modifier and Type Method Description DescribeOrganizationConformancePacksResponse.BuilderDescribeOrganizationConformancePacksResponse.Builder. organizationConformancePacks(OrganizationConformancePack... organizationConformancePacks)Returns a list of OrganizationConformancePacks objects.Method parameters in software.amazon.awssdk.services.config.model with type arguments of type OrganizationConformancePack Modifier and Type Method Description DescribeOrganizationConformancePacksResponse.BuilderDescribeOrganizationConformancePacksResponse.Builder. organizationConformancePacks(Collection<OrganizationConformancePack> organizationConformancePacks)Returns a list of OrganizationConformancePacks objects. -
Uses of OrganizationConformancePack in software.amazon.awssdk.services.config.paginators
Methods in software.amazon.awssdk.services.config.paginators that return types with arguments of type OrganizationConformancePack Modifier and Type Method Description SdkIterable<OrganizationConformancePack>DescribeOrganizationConformancePacksIterable. organizationConformancePacks()Returns an iterable to iterate through the paginatedDescribeOrganizationConformancePacksResponse.organizationConformancePacks()member.SdkPublisher<OrganizationConformancePack>DescribeOrganizationConformancePacksPublisher. organizationConformancePacks()Returns a publisher that can be used to get a stream of data.
-