Uses of Class
software.amazon.awssdk.services.securityhub.model.ListSecurityControlDefinitionsResponse
-
Packages that use ListSecurityControlDefinitionsResponse 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 ListSecurityControlDefinitionsResponse in software.amazon.awssdk.services.securityhub
Methods in software.amazon.awssdk.services.securityhub that return ListSecurityControlDefinitionsResponse Modifier and Type Method Description default ListSecurityControlDefinitionsResponseSecurityHubClient. listSecurityControlDefinitions(Consumer<ListSecurityControlDefinitionsRequest.Builder> listSecurityControlDefinitionsRequest)Lists all of the security controls that apply to a specified standard.default ListSecurityControlDefinitionsResponseSecurityHubClient. listSecurityControlDefinitions(ListSecurityControlDefinitionsRequest listSecurityControlDefinitionsRequest)Lists all of the security controls that apply to a specified standard.Methods in software.amazon.awssdk.services.securityhub that return types with arguments of type ListSecurityControlDefinitionsResponse Modifier and Type Method Description default CompletableFuture<ListSecurityControlDefinitionsResponse>SecurityHubAsyncClient. listSecurityControlDefinitions(Consumer<ListSecurityControlDefinitionsRequest.Builder> listSecurityControlDefinitionsRequest)Lists all of the security controls that apply to a specified standard.default CompletableFuture<ListSecurityControlDefinitionsResponse>SecurityHubAsyncClient. listSecurityControlDefinitions(ListSecurityControlDefinitionsRequest listSecurityControlDefinitionsRequest)Lists all of the security controls that apply to a specified standard. -
Uses of ListSecurityControlDefinitionsResponse in software.amazon.awssdk.services.securityhub.paginators
Methods in software.amazon.awssdk.services.securityhub.paginators that return types with arguments of type ListSecurityControlDefinitionsResponse Modifier and Type Method Description Iterator<ListSecurityControlDefinitionsResponse>ListSecurityControlDefinitionsIterable. iterator()Method parameters in software.amazon.awssdk.services.securityhub.paginators with type arguments of type ListSecurityControlDefinitionsResponse Modifier and Type Method Description voidListSecurityControlDefinitionsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListSecurityControlDefinitionsResponse> subscriber)
-