Uses of Class
software.amazon.awssdk.services.controlcatalog.model.CommonControlSummary
-
Packages that use CommonControlSummary Package Description software.amazon.awssdk.services.controlcatalog.model software.amazon.awssdk.services.controlcatalog.paginators -
-
Uses of CommonControlSummary in software.amazon.awssdk.services.controlcatalog.model
Methods in software.amazon.awssdk.services.controlcatalog.model that return types with arguments of type CommonControlSummary Modifier and Type Method Description List<CommonControlSummary>ListCommonControlsResponse. commonControls()The list of common controls that theListCommonControlsAPI returns.Methods in software.amazon.awssdk.services.controlcatalog.model with parameters of type CommonControlSummary Modifier and Type Method Description ListCommonControlsResponse.BuilderListCommonControlsResponse.Builder. commonControls(CommonControlSummary... commonControls)The list of common controls that theListCommonControlsAPI returns.Method parameters in software.amazon.awssdk.services.controlcatalog.model with type arguments of type CommonControlSummary Modifier and Type Method Description ListCommonControlsResponse.BuilderListCommonControlsResponse.Builder. commonControls(Collection<CommonControlSummary> commonControls)The list of common controls that theListCommonControlsAPI returns. -
Uses of CommonControlSummary in software.amazon.awssdk.services.controlcatalog.paginators
Methods in software.amazon.awssdk.services.controlcatalog.paginators that return types with arguments of type CommonControlSummary Modifier and Type Method Description SdkIterable<CommonControlSummary>ListCommonControlsIterable. commonControls()Returns an iterable to iterate through the paginatedListCommonControlsResponse.commonControls()member.SdkPublisher<CommonControlSummary>ListCommonControlsPublisher. commonControls()Returns a publisher that can be used to get a stream of data.
-