Uses of Interface
software.amazon.awssdk.services.apprunner.model.PauseServiceResponse.Builder
-
Packages that use PauseServiceResponse.Builder Package Description software.amazon.awssdk.services.apprunner.model -
-
Uses of PauseServiceResponse.Builder in software.amazon.awssdk.services.apprunner.model
Methods in software.amazon.awssdk.services.apprunner.model that return PauseServiceResponse.Builder Modifier and Type Method Description static PauseServiceResponse.BuilderPauseServiceResponse. builder()PauseServiceResponse.BuilderPauseServiceResponse.Builder. operationId(String operationId)The unique ID of the asynchronous operation that this request started.default PauseServiceResponse.BuilderPauseServiceResponse.Builder. service(Consumer<Service.Builder> service)A description of the App Runner service that this request just paused.PauseServiceResponse.BuilderPauseServiceResponse.Builder. service(Service service)A description of the App Runner service that this request just paused.PauseServiceResponse.BuilderPauseServiceResponse. toBuilder()Methods in software.amazon.awssdk.services.apprunner.model that return types with arguments of type PauseServiceResponse.Builder Modifier and Type Method Description static Class<? extends PauseServiceResponse.Builder>PauseServiceResponse. serializableBuilderClass()
-