Uses of Interface
software.amazon.awssdk.services.m2.model.GetApplicationVersionRequest.Builder
-
Packages that use GetApplicationVersionRequest.Builder 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.model -
-
Uses of GetApplicationVersionRequest.Builder in software.amazon.awssdk.services.m2
Method parameters in software.amazon.awssdk.services.m2 with type arguments of type GetApplicationVersionRequest.Builder Modifier and Type Method Description default CompletableFuture<GetApplicationVersionResponse>M2AsyncClient. getApplicationVersion(Consumer<GetApplicationVersionRequest.Builder> getApplicationVersionRequest)Returns details about a specific version of a specific application.default GetApplicationVersionResponseM2Client. getApplicationVersion(Consumer<GetApplicationVersionRequest.Builder> getApplicationVersionRequest)Returns details about a specific version of a specific application. -
Uses of GetApplicationVersionRequest.Builder in software.amazon.awssdk.services.m2.model
Methods in software.amazon.awssdk.services.m2.model that return GetApplicationVersionRequest.Builder Modifier and Type Method Description GetApplicationVersionRequest.BuilderGetApplicationVersionRequest.Builder. applicationId(String applicationId)The unique identifier of the application.GetApplicationVersionRequest.BuilderGetApplicationVersionRequest.Builder. applicationVersion(Integer applicationVersion)The specific version of the application.static GetApplicationVersionRequest.BuilderGetApplicationVersionRequest. builder()GetApplicationVersionRequest.BuilderGetApplicationVersionRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetApplicationVersionRequest.BuilderGetApplicationVersionRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetApplicationVersionRequest.BuilderGetApplicationVersionRequest. toBuilder()Methods in software.amazon.awssdk.services.m2.model that return types with arguments of type GetApplicationVersionRequest.Builder Modifier and Type Method Description static Class<? extends GetApplicationVersionRequest.Builder>GetApplicationVersionRequest. serializableBuilderClass()
-