Uses of Class
software.amazon.awssdk.services.securityhub.model.GetSecurityControlDefinitionResponse
-
Packages that use GetSecurityControlDefinitionResponse 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. -
-
Uses of GetSecurityControlDefinitionResponse in software.amazon.awssdk.services.securityhub
Methods in software.amazon.awssdk.services.securityhub that return GetSecurityControlDefinitionResponse Modifier and Type Method Description default GetSecurityControlDefinitionResponseSecurityHubClient. getSecurityControlDefinition(Consumer<GetSecurityControlDefinitionRequest.Builder> getSecurityControlDefinitionRequest)Retrieves the definition of a security control.default GetSecurityControlDefinitionResponseSecurityHubClient. getSecurityControlDefinition(GetSecurityControlDefinitionRequest getSecurityControlDefinitionRequest)Retrieves the definition of a security control.Methods in software.amazon.awssdk.services.securityhub that return types with arguments of type GetSecurityControlDefinitionResponse Modifier and Type Method Description default CompletableFuture<GetSecurityControlDefinitionResponse>SecurityHubAsyncClient. getSecurityControlDefinition(Consumer<GetSecurityControlDefinitionRequest.Builder> getSecurityControlDefinitionRequest)Retrieves the definition of a security control.default CompletableFuture<GetSecurityControlDefinitionResponse>SecurityHubAsyncClient. getSecurityControlDefinition(GetSecurityControlDefinitionRequest getSecurityControlDefinitionRequest)Retrieves the definition of a security control.
-