Uses of Class
software.amazon.awssdk.services.rds.model.ResourcePendingMaintenanceActions
-
Packages that use ResourcePendingMaintenanceActions Package Description software.amazon.awssdk.services.rds.model software.amazon.awssdk.services.rds.paginators -
-
Uses of ResourcePendingMaintenanceActions in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return ResourcePendingMaintenanceActions Modifier and Type Method Description ResourcePendingMaintenanceActionsApplyPendingMaintenanceActionResponse. 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 ResourcePendingMaintenanceActions Modifier and Type Method Description List<ResourcePendingMaintenanceActions>DescribePendingMaintenanceActionsResponse. pendingMaintenanceActions()A list of the pending maintenance actions for the resource.Methods in software.amazon.awssdk.services.rds.model with parameters of type ResourcePendingMaintenanceActions Modifier and Type Method Description DescribePendingMaintenanceActionsResponse.BuilderDescribePendingMaintenanceActionsResponse.Builder. pendingMaintenanceActions(ResourcePendingMaintenanceActions... pendingMaintenanceActions)A list of the pending maintenance actions for the resource.ApplyPendingMaintenanceActionResponse.BuilderApplyPendingMaintenanceActionResponse.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 ResourcePendingMaintenanceActions Modifier and Type Method Description DescribePendingMaintenanceActionsResponse.BuilderDescribePendingMaintenanceActionsResponse.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 ResourcePendingMaintenanceActions Modifier and Type Method Description SdkIterable<ResourcePendingMaintenanceActions>DescribePendingMaintenanceActionsIterable. pendingMaintenanceActions()Returns an iterable to iterate through the paginatedDescribePendingMaintenanceActionsResponse.pendingMaintenanceActions()member.SdkPublisher<ResourcePendingMaintenanceActions>DescribePendingMaintenanceActionsPublisher. pendingMaintenanceActions()Returns a publisher that can be used to get a stream of data.
-