Uses of Class
software.amazon.awssdk.services.config.model.OrganizationConformancePackStatus
-
Packages that use OrganizationConformancePackStatus Package Description software.amazon.awssdk.services.config.model software.amazon.awssdk.services.config.paginators -
-
Uses of OrganizationConformancePackStatus in software.amazon.awssdk.services.config.model
Methods in software.amazon.awssdk.services.config.model that return types with arguments of type OrganizationConformancePackStatus Modifier and Type Method Description List<OrganizationConformancePackStatus>DescribeOrganizationConformancePackStatusesResponse. organizationConformancePackStatuses()A list ofOrganizationConformancePackStatusobjects.Methods in software.amazon.awssdk.services.config.model with parameters of type OrganizationConformancePackStatus Modifier and Type Method Description DescribeOrganizationConformancePackStatusesResponse.BuilderDescribeOrganizationConformancePackStatusesResponse.Builder. organizationConformancePackStatuses(OrganizationConformancePackStatus... organizationConformancePackStatuses)A list ofOrganizationConformancePackStatusobjects.Method parameters in software.amazon.awssdk.services.config.model with type arguments of type OrganizationConformancePackStatus Modifier and Type Method Description DescribeOrganizationConformancePackStatusesResponse.BuilderDescribeOrganizationConformancePackStatusesResponse.Builder. organizationConformancePackStatuses(Collection<OrganizationConformancePackStatus> organizationConformancePackStatuses)A list ofOrganizationConformancePackStatusobjects. -
Uses of OrganizationConformancePackStatus in software.amazon.awssdk.services.config.paginators
Methods in software.amazon.awssdk.services.config.paginators that return types with arguments of type OrganizationConformancePackStatus Modifier and Type Method Description SdkIterable<OrganizationConformancePackStatus>DescribeOrganizationConformancePackStatusesIterable. organizationConformancePackStatuses()Returns an iterable to iterate through the paginatedDescribeOrganizationConformancePackStatusesResponse.organizationConformancePackStatuses()member.SdkPublisher<OrganizationConformancePackStatus>DescribeOrganizationConformancePackStatusesPublisher. organizationConformancePackStatuses()Returns a publisher that can be used to get a stream of data.
-