Uses of Class
software.amazon.awssdk.services.controlcatalog.model.ObjectiveSummary
-
Packages that use ObjectiveSummary Package Description software.amazon.awssdk.services.controlcatalog.model software.amazon.awssdk.services.controlcatalog.paginators -
-
Uses of ObjectiveSummary in software.amazon.awssdk.services.controlcatalog.model
Methods in software.amazon.awssdk.services.controlcatalog.model that return types with arguments of type ObjectiveSummary Modifier and Type Method Description List<ObjectiveSummary>ListObjectivesResponse. objectives()The list of objectives that theListObjectivesAPI returns.Methods in software.amazon.awssdk.services.controlcatalog.model with parameters of type ObjectiveSummary Modifier and Type Method Description ListObjectivesResponse.BuilderListObjectivesResponse.Builder. objectives(ObjectiveSummary... objectives)The list of objectives that theListObjectivesAPI returns.Method parameters in software.amazon.awssdk.services.controlcatalog.model with type arguments of type ObjectiveSummary Modifier and Type Method Description ListObjectivesResponse.BuilderListObjectivesResponse.Builder. objectives(Collection<ObjectiveSummary> objectives)The list of objectives that theListObjectivesAPI returns. -
Uses of ObjectiveSummary in software.amazon.awssdk.services.controlcatalog.paginators
Methods in software.amazon.awssdk.services.controlcatalog.paginators that return types with arguments of type ObjectiveSummary Modifier and Type Method Description SdkIterable<ObjectiveSummary>ListObjectivesIterable. objectives()Returns an iterable to iterate through the paginatedListObjectivesResponse.objectives()member.SdkPublisher<ObjectiveSummary>ListObjectivesPublisher. objectives()Returns a publisher that can be used to get a stream of data.
-