Uses of Interface
software.amazon.awssdk.services.m2.M2Client
-
Packages that use M2Client 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.paginators -
-
Uses of M2Client in software.amazon.awssdk.services.m2
Methods in software.amazon.awssdk.services.m2 that return M2Client Modifier and Type Method Description static M2ClientM2Client. create()Create aM2Clientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider. -
Uses of M2Client in software.amazon.awssdk.services.m2.paginators
Constructors in software.amazon.awssdk.services.m2.paginators with parameters of type M2Client Constructor Description ListApplicationsIterable(M2Client client, ListApplicationsRequest firstRequest)ListApplicationVersionsIterable(M2Client client, ListApplicationVersionsRequest firstRequest)ListBatchJobDefinitionsIterable(M2Client client, ListBatchJobDefinitionsRequest firstRequest)ListBatchJobExecutionsIterable(M2Client client, ListBatchJobExecutionsRequest firstRequest)ListDataSetImportHistoryIterable(M2Client client, ListDataSetImportHistoryRequest firstRequest)ListDataSetsIterable(M2Client client, ListDataSetsRequest firstRequest)ListDeploymentsIterable(M2Client client, ListDeploymentsRequest firstRequest)ListEngineVersionsIterable(M2Client client, ListEngineVersionsRequest firstRequest)ListEnvironmentsIterable(M2Client client, ListEnvironmentsRequest firstRequest)
-