Uses of Class
software.amazon.awssdk.services.apprunner.model.Service
-
Packages that use Service Package Description software.amazon.awssdk.services.apprunner.model -
-
Uses of Service in software.amazon.awssdk.services.apprunner.model
Methods in software.amazon.awssdk.services.apprunner.model that return Service Modifier and Type Method Description ServiceCreateServiceResponse. service()A description of the App Runner service that's created by this request.ServiceDeleteServiceResponse. service()A description of the App Runner service that this request just deleted.ServiceDescribeServiceResponse. service()A full description of the App Runner service that you specified in this request.ServicePauseServiceResponse. service()A description of the App Runner service that this request just paused.ServiceResumeServiceResponse. service()A description of the App Runner service that this request just resumed.ServiceUpdateServiceResponse. service()A description of the App Runner service updated by this request.Methods in software.amazon.awssdk.services.apprunner.model with parameters of type Service Modifier and Type Method Description CreateServiceResponse.BuilderCreateServiceResponse.Builder. service(Service service)A description of the App Runner service that's created by this request.DeleteServiceResponse.BuilderDeleteServiceResponse.Builder. service(Service service)A description of the App Runner service that this request just deleted.DescribeServiceResponse.BuilderDescribeServiceResponse.Builder. service(Service service)A full description of the App Runner service that you specified in this request.PauseServiceResponse.BuilderPauseServiceResponse.Builder. service(Service service)A description of the App Runner service that this request just paused.ResumeServiceResponse.BuilderResumeServiceResponse.Builder. service(Service service)A description of the App Runner service that this request just resumed.UpdateServiceResponse.BuilderUpdateServiceResponse.Builder. service(Service service)A description of the App Runner service updated by this request.
-