Uses of Class
software.amazon.awssdk.services.m2.model.GetEnvironmentResponse
-
Packages that use GetEnvironmentResponse 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. -
-
Uses of GetEnvironmentResponse in software.amazon.awssdk.services.m2
Methods in software.amazon.awssdk.services.m2 that return GetEnvironmentResponse Modifier and Type Method Description default GetEnvironmentResponseM2Client. getEnvironment(Consumer<GetEnvironmentRequest.Builder> getEnvironmentRequest)Describes a specific runtime environment.default GetEnvironmentResponseM2Client. getEnvironment(GetEnvironmentRequest getEnvironmentRequest)Describes a specific runtime environment.Methods in software.amazon.awssdk.services.m2 that return types with arguments of type GetEnvironmentResponse Modifier and Type Method Description default CompletableFuture<GetEnvironmentResponse>M2AsyncClient. getEnvironment(Consumer<GetEnvironmentRequest.Builder> getEnvironmentRequest)Describes a specific runtime environment.default CompletableFuture<GetEnvironmentResponse>M2AsyncClient. getEnvironment(GetEnvironmentRequest getEnvironmentRequest)Describes a specific runtime environment.
-