Uses of Class
software.amazon.awssdk.services.securityhub.model.GetEnabledStandardsResponse
-
Packages that use GetEnabledStandardsResponse Package Description software.amazon.awssdk.services.securityhub Security Hub provides you with a comprehensive view of your security state in Amazon Web Services and helps you assess your Amazon Web Services environment against security industry standards and best practices.software.amazon.awssdk.services.securityhub.paginators -
-
Uses of GetEnabledStandardsResponse in software.amazon.awssdk.services.securityhub
Methods in software.amazon.awssdk.services.securityhub that return GetEnabledStandardsResponse Modifier and Type Method Description default GetEnabledStandardsResponseSecurityHubClient. getEnabledStandards(Consumer<GetEnabledStandardsRequest.Builder> getEnabledStandardsRequest)Returns a list of the standards that are currently enabled.default GetEnabledStandardsResponseSecurityHubClient. getEnabledStandards(GetEnabledStandardsRequest getEnabledStandardsRequest)Returns a list of the standards that are currently enabled.Methods in software.amazon.awssdk.services.securityhub that return types with arguments of type GetEnabledStandardsResponse Modifier and Type Method Description default CompletableFuture<GetEnabledStandardsResponse>SecurityHubAsyncClient. getEnabledStandards(Consumer<GetEnabledStandardsRequest.Builder> getEnabledStandardsRequest)Returns a list of the standards that are currently enabled.default CompletableFuture<GetEnabledStandardsResponse>SecurityHubAsyncClient. getEnabledStandards(GetEnabledStandardsRequest getEnabledStandardsRequest)Returns a list of the standards that are currently enabled. -
Uses of GetEnabledStandardsResponse in software.amazon.awssdk.services.securityhub.paginators
Methods in software.amazon.awssdk.services.securityhub.paginators that return types with arguments of type GetEnabledStandardsResponse Modifier and Type Method Description Iterator<GetEnabledStandardsResponse>GetEnabledStandardsIterable. iterator()Method parameters in software.amazon.awssdk.services.securityhub.paginators with type arguments of type GetEnabledStandardsResponse Modifier and Type Method Description voidGetEnabledStandardsPublisher. subscribe(org.reactivestreams.Subscriber<? super GetEnabledStandardsResponse> subscriber)
-