Uses of Interface
software.amazon.awssdk.services.securityhub.model.GetEnabledStandardsRequest.Builder
-
Packages that use GetEnabledStandardsRequest.Builder 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.model -
-
Uses of GetEnabledStandardsRequest.Builder in software.amazon.awssdk.services.securityhub
Method parameters in software.amazon.awssdk.services.securityhub with type arguments of type GetEnabledStandardsRequest.Builder 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 GetEnabledStandardsResponseSecurityHubClient. getEnabledStandards(Consumer<GetEnabledStandardsRequest.Builder> getEnabledStandardsRequest)Returns a list of the standards that are currently enabled.default GetEnabledStandardsPublisherSecurityHubAsyncClient. getEnabledStandardsPaginator(Consumer<GetEnabledStandardsRequest.Builder> getEnabledStandardsRequest)Returns a list of the standards that are currently enabled.default GetEnabledStandardsIterableSecurityHubClient. getEnabledStandardsPaginator(Consumer<GetEnabledStandardsRequest.Builder> getEnabledStandardsRequest)Returns a list of the standards that are currently enabled. -
Uses of GetEnabledStandardsRequest.Builder in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return GetEnabledStandardsRequest.Builder Modifier and Type Method Description static GetEnabledStandardsRequest.BuilderGetEnabledStandardsRequest. builder()GetEnabledStandardsRequest.BuilderGetEnabledStandardsRequest.Builder. maxResults(Integer maxResults)The maximum number of results to return in the response.GetEnabledStandardsRequest.BuilderGetEnabledStandardsRequest.Builder. nextToken(String nextToken)The token that is required for pagination.GetEnabledStandardsRequest.BuilderGetEnabledStandardsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetEnabledStandardsRequest.BuilderGetEnabledStandardsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetEnabledStandardsRequest.BuilderGetEnabledStandardsRequest.Builder. standardsSubscriptionArns(String... standardsSubscriptionArns)The list of the standards subscription ARNs for the standards to retrieve.GetEnabledStandardsRequest.BuilderGetEnabledStandardsRequest.Builder. standardsSubscriptionArns(Collection<String> standardsSubscriptionArns)The list of the standards subscription ARNs for the standards to retrieve.GetEnabledStandardsRequest.BuilderGetEnabledStandardsRequest. toBuilder()Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type GetEnabledStandardsRequest.Builder Modifier and Type Method Description static Class<? extends GetEnabledStandardsRequest.Builder>GetEnabledStandardsRequest. serializableBuilderClass()
-