Uses of Class
com.amazonaws.services.elasticmapreduce.model.DescribeClusterResult

Packages that use DescribeClusterResult
com.amazonaws.services.elasticmapreduce Synchronous and asynchronous client classes for accessing AmazonElasticMapReduce. 
com.amazonaws.services.elasticmapreduce.model Classes modeling the various types represented by AmazonElasticMapReduce. 
 

Uses of DescribeClusterResult in com.amazonaws.services.elasticmapreduce
 

Methods in com.amazonaws.services.elasticmapreduce that return DescribeClusterResult
 DescribeClusterResult AmazonElasticMapReduceClient.describeCluster()
           Provides cluster-level details including status, hardware and software configuration, VPC settings, and so on.
 DescribeClusterResult AmazonElasticMapReduce.describeCluster()
           Provides cluster-level details including status, hardware and software configuration, VPC settings, and so on.
 DescribeClusterResult AmazonElasticMapReduceClient.describeCluster(DescribeClusterRequest describeClusterRequest)
           Provides cluster-level details including status, hardware and software configuration, VPC settings, and so on.
 DescribeClusterResult AmazonElasticMapReduce.describeCluster(DescribeClusterRequest describeClusterRequest)
           Provides cluster-level details including status, hardware and software configuration, VPC settings, and so on.
 

Methods in com.amazonaws.services.elasticmapreduce that return types with arguments of type DescribeClusterResult
 Future<DescribeClusterResult> AmazonElasticMapReduceAsyncClient.describeClusterAsync(DescribeClusterRequest describeClusterRequest)
           Provides cluster-level details including status, hardware and software configuration, VPC settings, and so on.
 Future<DescribeClusterResult> AmazonElasticMapReduceAsync.describeClusterAsync(DescribeClusterRequest describeClusterRequest)
           Provides cluster-level details including status, hardware and software configuration, VPC settings, and so on.
 Future<DescribeClusterResult> AmazonElasticMapReduceAsyncClient.describeClusterAsync(DescribeClusterRequest describeClusterRequest, AsyncHandler<DescribeClusterRequest,DescribeClusterResult> asyncHandler)
           Provides cluster-level details including status, hardware and software configuration, VPC settings, and so on.
 Future<DescribeClusterResult> AmazonElasticMapReduceAsync.describeClusterAsync(DescribeClusterRequest describeClusterRequest, AsyncHandler<DescribeClusterRequest,DescribeClusterResult> asyncHandler)
           Provides cluster-level details including status, hardware and software configuration, VPC settings, and so on.
 

Method parameters in com.amazonaws.services.elasticmapreduce with type arguments of type DescribeClusterResult
 Future<DescribeClusterResult> AmazonElasticMapReduceAsyncClient.describeClusterAsync(DescribeClusterRequest describeClusterRequest, AsyncHandler<DescribeClusterRequest,DescribeClusterResult> asyncHandler)
           Provides cluster-level details including status, hardware and software configuration, VPC settings, and so on.
 Future<DescribeClusterResult> AmazonElasticMapReduceAsync.describeClusterAsync(DescribeClusterRequest describeClusterRequest, AsyncHandler<DescribeClusterRequest,DescribeClusterResult> asyncHandler)
           Provides cluster-level details including status, hardware and software configuration, VPC settings, and so on.
 

Uses of DescribeClusterResult in com.amazonaws.services.elasticmapreduce.model
 

Methods in com.amazonaws.services.elasticmapreduce.model that return DescribeClusterResult
 DescribeClusterResult DescribeClusterResult.withCluster(Cluster cluster)
          This output contains the details for the requested cluster.
 



Copyright © 2016. All rights reserved.