Uses of Class
software.amazon.awssdk.services.securityhub.model.GetEnabledStandardsRequest
-
Packages that use GetEnabledStandardsRequest Package Description software.amazon.awssdk.services.securityhub Security Hub provides you with a comprehensive view of the security state of your Amazon Web Services environment and resources.software.amazon.awssdk.services.securityhub.paginators software.amazon.awssdk.services.securityhub.transform -
-
Uses of GetEnabledStandardsRequest in software.amazon.awssdk.services.securityhub
Methods in software.amazon.awssdk.services.securityhub with parameters of type GetEnabledStandardsRequest Modifier and Type Method Description default CompletableFuture<GetEnabledStandardsResponse>SecurityHubAsyncClient. getEnabledStandards(GetEnabledStandardsRequest 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.default GetEnabledStandardsPublisherSecurityHubAsyncClient. getEnabledStandardsPaginator(GetEnabledStandardsRequest getEnabledStandardsRequest)Returns a list of the standards that are currently enabled.default GetEnabledStandardsIterableSecurityHubClient. getEnabledStandardsPaginator(GetEnabledStandardsRequest getEnabledStandardsRequest)Returns a list of the standards that are currently enabled. -
Uses of GetEnabledStandardsRequest in software.amazon.awssdk.services.securityhub.paginators
Constructors in software.amazon.awssdk.services.securityhub.paginators with parameters of type GetEnabledStandardsRequest Constructor Description GetEnabledStandardsIterable(SecurityHubClient client, GetEnabledStandardsRequest firstRequest)GetEnabledStandardsPublisher(SecurityHubAsyncClient client, GetEnabledStandardsRequest firstRequest) -
Uses of GetEnabledStandardsRequest in software.amazon.awssdk.services.securityhub.transform
Methods in software.amazon.awssdk.services.securityhub.transform with parameters of type GetEnabledStandardsRequest Modifier and Type Method Description SdkHttpFullRequestGetEnabledStandardsRequestMarshaller. marshall(GetEnabledStandardsRequest getEnabledStandardsRequest)
-