Uses of Class
software.amazon.awssdk.services.config.model.GetOrganizationConformancePackDetailedStatusResponse
-
Packages that use GetOrganizationConformancePackDetailedStatusResponse Package Description software.amazon.awssdk.services.config Config software.amazon.awssdk.services.config.paginators -
-
Uses of GetOrganizationConformancePackDetailedStatusResponse in software.amazon.awssdk.services.config
Methods in software.amazon.awssdk.services.config that return GetOrganizationConformancePackDetailedStatusResponse Modifier and Type Method Description default GetOrganizationConformancePackDetailedStatusResponseConfigClient. getOrganizationConformancePackDetailedStatus(Consumer<GetOrganizationConformancePackDetailedStatusRequest.Builder> getOrganizationConformancePackDetailedStatusRequest)Returns detailed status for each member account within an organization for a given organization conformance pack.default GetOrganizationConformancePackDetailedStatusResponseConfigClient. getOrganizationConformancePackDetailedStatus(GetOrganizationConformancePackDetailedStatusRequest getOrganizationConformancePackDetailedStatusRequest)Returns detailed status for each member account within an organization for a given organization conformance pack.Methods in software.amazon.awssdk.services.config that return types with arguments of type GetOrganizationConformancePackDetailedStatusResponse Modifier and Type Method Description default CompletableFuture<GetOrganizationConformancePackDetailedStatusResponse>ConfigAsyncClient. getOrganizationConformancePackDetailedStatus(Consumer<GetOrganizationConformancePackDetailedStatusRequest.Builder> getOrganizationConformancePackDetailedStatusRequest)Returns detailed status for each member account within an organization for a given organization conformance pack.default CompletableFuture<GetOrganizationConformancePackDetailedStatusResponse>ConfigAsyncClient. getOrganizationConformancePackDetailedStatus(GetOrganizationConformancePackDetailedStatusRequest getOrganizationConformancePackDetailedStatusRequest)Returns detailed status for each member account within an organization for a given organization conformance pack. -
Uses of GetOrganizationConformancePackDetailedStatusResponse in software.amazon.awssdk.services.config.paginators
Methods in software.amazon.awssdk.services.config.paginators that return types with arguments of type GetOrganizationConformancePackDetailedStatusResponse Modifier and Type Method Description Iterator<GetOrganizationConformancePackDetailedStatusResponse>GetOrganizationConformancePackDetailedStatusIterable. iterator()Method parameters in software.amazon.awssdk.services.config.paginators with type arguments of type GetOrganizationConformancePackDetailedStatusResponse Modifier and Type Method Description voidGetOrganizationConformancePackDetailedStatusPublisher. subscribe(org.reactivestreams.Subscriber<? super GetOrganizationConformancePackDetailedStatusResponse> subscriber)
-