Uses of Interface
software.amazon.awssdk.services.securityhub.model.BatchEnableStandardsResponse.Builder
-
Packages that use BatchEnableStandardsResponse.Builder Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of BatchEnableStandardsResponse.Builder in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return BatchEnableStandardsResponse.Builder Modifier and Type Method Description static BatchEnableStandardsResponse.BuilderBatchEnableStandardsResponse. builder()BatchEnableStandardsResponse.BuilderBatchEnableStandardsResponse.Builder. standardsSubscriptions(Collection<StandardsSubscription> standardsSubscriptions)The details of the standards subscriptions that were enabled.BatchEnableStandardsResponse.BuilderBatchEnableStandardsResponse.Builder. standardsSubscriptions(Consumer<StandardsSubscription.Builder>... standardsSubscriptions)The details of the standards subscriptions that were enabled.BatchEnableStandardsResponse.BuilderBatchEnableStandardsResponse.Builder. standardsSubscriptions(StandardsSubscription... standardsSubscriptions)The details of the standards subscriptions that were enabled.BatchEnableStandardsResponse.BuilderBatchEnableStandardsResponse. toBuilder()Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type BatchEnableStandardsResponse.Builder Modifier and Type Method Description static Class<? extends BatchEnableStandardsResponse.Builder>BatchEnableStandardsResponse. serializableBuilderClass()
-