Uses of Class
software.amazon.awssdk.services.securityhub.model.StandardsSubscription
-
Packages that use StandardsSubscription Package Description software.amazon.awssdk.services.securityhub.model software.amazon.awssdk.services.securityhub.paginators -
-
Uses of StandardsSubscription in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type StandardsSubscription Modifier and Type Method Description List<StandardsSubscription>BatchDisableStandardsResponse. standardsSubscriptions()The details of the standards subscriptions that were disabled.List<StandardsSubscription>BatchEnableStandardsResponse. standardsSubscriptions()The details of the standards subscriptions that were enabled.List<StandardsSubscription>GetEnabledStandardsResponse. standardsSubscriptions()The list ofStandardsSubscriptionsobjects that include information about the enabled standards.Methods in software.amazon.awssdk.services.securityhub.model with parameters of type StandardsSubscription Modifier and Type Method Description BatchDisableStandardsResponse.BuilderBatchDisableStandardsResponse.Builder. standardsSubscriptions(StandardsSubscription... standardsSubscriptions)The details of the standards subscriptions that were disabled.BatchEnableStandardsResponse.BuilderBatchEnableStandardsResponse.Builder. standardsSubscriptions(StandardsSubscription... standardsSubscriptions)The details of the standards subscriptions that were enabled.GetEnabledStandardsResponse.BuilderGetEnabledStandardsResponse.Builder. standardsSubscriptions(StandardsSubscription... standardsSubscriptions)The list ofStandardsSubscriptionsobjects that include information about the enabled standards.Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type StandardsSubscription Modifier and Type Method Description BatchDisableStandardsResponse.BuilderBatchDisableStandardsResponse.Builder. standardsSubscriptions(Collection<StandardsSubscription> standardsSubscriptions)The details of the standards subscriptions that were disabled.BatchEnableStandardsResponse.BuilderBatchEnableStandardsResponse.Builder. standardsSubscriptions(Collection<StandardsSubscription> standardsSubscriptions)The details of the standards subscriptions that were enabled.GetEnabledStandardsResponse.BuilderGetEnabledStandardsResponse.Builder. standardsSubscriptions(Collection<StandardsSubscription> standardsSubscriptions)The list ofStandardsSubscriptionsobjects that include information about the enabled standards. -
Uses of StandardsSubscription in software.amazon.awssdk.services.securityhub.paginators
Methods in software.amazon.awssdk.services.securityhub.paginators that return types with arguments of type StandardsSubscription Modifier and Type Method Description SdkIterable<StandardsSubscription>GetEnabledStandardsIterable. standardsSubscriptions()Returns an iterable to iterate through the paginatedGetEnabledStandardsResponse.standardsSubscriptions()member.SdkPublisher<StandardsSubscription>GetEnabledStandardsPublisher. standardsSubscriptions()Returns a publisher that can be used to get a stream of data.
-