Uses of Class
software.amazon.awssdk.services.m2.model.UpdateEnvironmentRequest
-
Packages that use UpdateEnvironmentRequest Package Description software.amazon.awssdk.services.m2 Amazon Web Services Mainframe Modernization provides tools and resources to help you plan and implement migration and modernization from mainframes to Amazon Web Services managed runtime environments.software.amazon.awssdk.services.m2.transform -
-
Uses of UpdateEnvironmentRequest in software.amazon.awssdk.services.m2
Methods in software.amazon.awssdk.services.m2 with parameters of type UpdateEnvironmentRequest Modifier and Type Method Description default CompletableFuture<UpdateEnvironmentResponse>M2AsyncClient. updateEnvironment(UpdateEnvironmentRequest updateEnvironmentRequest)Updates the configuration details for a specific runtime environment.default UpdateEnvironmentResponseM2Client. updateEnvironment(UpdateEnvironmentRequest updateEnvironmentRequest)Updates the configuration details for a specific runtime environment. -
Uses of UpdateEnvironmentRequest in software.amazon.awssdk.services.m2.transform
Methods in software.amazon.awssdk.services.m2.transform with parameters of type UpdateEnvironmentRequest Modifier and Type Method Description SdkHttpFullRequestUpdateEnvironmentRequestMarshaller. marshall(UpdateEnvironmentRequest updateEnvironmentRequest)
-