Uses of Class
software.amazon.awssdk.services.rds.model.ResourcePendingMaintenanceActions
Packages that use ResourcePendingMaintenanceActions
Package
Description
-
Uses of ResourcePendingMaintenanceActions in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return ResourcePendingMaintenanceActionsModifier and TypeMethodDescriptionApplyPendingMaintenanceActionResponse.resourcePendingMaintenanceActions()Returns the value of the ResourcePendingMaintenanceActions property for this object.Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type ResourcePendingMaintenanceActionsModifier and TypeMethodDescriptionDescribePendingMaintenanceActionsResponse.pendingMaintenanceActions()A list of the pending maintenance actions for the resource.Methods in software.amazon.awssdk.services.rds.model with parameters of type ResourcePendingMaintenanceActionsModifier and TypeMethodDescriptionDescribePendingMaintenanceActionsResponse.Builder.pendingMaintenanceActions(ResourcePendingMaintenanceActions... pendingMaintenanceActions) A list of the pending maintenance actions for the resource.ApplyPendingMaintenanceActionResponse.Builder.resourcePendingMaintenanceActions(ResourcePendingMaintenanceActions resourcePendingMaintenanceActions) Sets the value of the ResourcePendingMaintenanceActions property for this object.Method parameters in software.amazon.awssdk.services.rds.model with type arguments of type ResourcePendingMaintenanceActionsModifier and TypeMethodDescriptionDescribePendingMaintenanceActionsResponse.Builder.pendingMaintenanceActions(Collection<ResourcePendingMaintenanceActions> pendingMaintenanceActions) A list of the pending maintenance actions for the resource. -
Uses of ResourcePendingMaintenanceActions in software.amazon.awssdk.services.rds.paginators
Methods in software.amazon.awssdk.services.rds.paginators that return types with arguments of type ResourcePendingMaintenanceActionsModifier and TypeMethodDescriptionDescribePendingMaintenanceActionsIterable.pendingMaintenanceActions()Returns an iterable to iterate through the paginatedDescribePendingMaintenanceActionsResponse.pendingMaintenanceActions()member.DescribePendingMaintenanceActionsPublisher.pendingMaintenanceActions()Returns a publisher that can be used to get a stream of data.