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 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.model -
-
Uses of GetEnabledStandardsRequest.Builder in software.amazon.awssdk.services.securityhub
-
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()
-