Uses of Interface
software.amazon.awssdk.services.securityhub.model.ListStandardsControlAssociationsRequest.Builder
-
Packages that use ListStandardsControlAssociationsRequest.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 ListStandardsControlAssociationsRequest.Builder in software.amazon.awssdk.services.securityhub
-
Uses of ListStandardsControlAssociationsRequest.Builder in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return ListStandardsControlAssociationsRequest.Builder Modifier and Type Method Description static ListStandardsControlAssociationsRequest.BuilderListStandardsControlAssociationsRequest. builder()ListStandardsControlAssociationsRequest.BuilderListStandardsControlAssociationsRequest.Builder. maxResults(Integer maxResults)An optional parameter that limits the total results of the API response to the specified number.ListStandardsControlAssociationsRequest.BuilderListStandardsControlAssociationsRequest.Builder. nextToken(String nextToken)Optional pagination parameter.ListStandardsControlAssociationsRequest.BuilderListStandardsControlAssociationsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListStandardsControlAssociationsRequest.BuilderListStandardsControlAssociationsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListStandardsControlAssociationsRequest.BuilderListStandardsControlAssociationsRequest.Builder. securityControlId(String securityControlId)The identifier of the control (identified withSecurityControlId,SecurityControlArn, or a mix of both parameters) that you want to determine the enablement status of in each enabled standard.ListStandardsControlAssociationsRequest.BuilderListStandardsControlAssociationsRequest. toBuilder()Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type ListStandardsControlAssociationsRequest.Builder Modifier and Type Method Description static Class<? extends ListStandardsControlAssociationsRequest.Builder>ListStandardsControlAssociationsRequest. serializableBuilderClass()
-