| Package | Description |
|---|---|
| com.amazonaws.services.mainframemodernization |
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.
|
| com.amazonaws.services.mainframemodernization.model |
| Modifier and Type | Method and Description |
|---|---|
GetDataSetDetailsResult |
AbstractAWSMainframeModernization.getDataSetDetails(GetDataSetDetailsRequest request) |
GetDataSetDetailsResult |
AWSMainframeModernization.getDataSetDetails(GetDataSetDetailsRequest getDataSetDetailsRequest)
Gets the details of a specific data set.
|
GetDataSetDetailsResult |
AWSMainframeModernizationClient.getDataSetDetails(GetDataSetDetailsRequest request)
Gets the details of a specific data set.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetDataSetDetailsResult> |
AbstractAWSMainframeModernizationAsync.getDataSetDetailsAsync(GetDataSetDetailsRequest request,
AsyncHandler<GetDataSetDetailsRequest,GetDataSetDetailsResult> asyncHandler) |
Future<GetDataSetDetailsResult> |
AWSMainframeModernizationAsyncClient.getDataSetDetailsAsync(GetDataSetDetailsRequest request,
AsyncHandler<GetDataSetDetailsRequest,GetDataSetDetailsResult> asyncHandler) |
Future<GetDataSetDetailsResult> |
AWSMainframeModernizationAsync.getDataSetDetailsAsync(GetDataSetDetailsRequest getDataSetDetailsRequest,
AsyncHandler<GetDataSetDetailsRequest,GetDataSetDetailsResult> asyncHandler)
Gets the details of a specific data set.
|
| Modifier and Type | Method and Description |
|---|---|
GetDataSetDetailsResult |
GetDataSetDetailsResult.clone() |
GetDataSetDetailsResult |
GetDataSetDetailsResult.withBlocksize(Integer blocksize)
The size of the block on disk.
|
GetDataSetDetailsResult |
GetDataSetDetailsResult.withCreationTime(Date creationTime)
The timestamp when the data set was created.
|
GetDataSetDetailsResult |
GetDataSetDetailsResult.withDataSetName(String dataSetName)
The name of the data set.
|
GetDataSetDetailsResult |
GetDataSetDetailsResult.withDataSetOrg(DatasetDetailOrgAttributes dataSetOrg)
The type of data set.
|
GetDataSetDetailsResult |
GetDataSetDetailsResult.withFileSize(Long fileSize)
File size of the dataset.
|
GetDataSetDetailsResult |
GetDataSetDetailsResult.withLastReferencedTime(Date lastReferencedTime)
The last time the data set was referenced.
|
GetDataSetDetailsResult |
GetDataSetDetailsResult.withLastUpdatedTime(Date lastUpdatedTime)
The last time the data set was updated.
|
GetDataSetDetailsResult |
GetDataSetDetailsResult.withLocation(String location)
The location where the data set is stored.
|
GetDataSetDetailsResult |
GetDataSetDetailsResult.withRecordLength(Integer recordLength)
The length of records in the data set.
|
Copyright © 2024. All rights reserved.