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