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

Packages that use DescribeClusterRequest
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 DescribeClusterRequest in com.amazonaws.services.elasticmapreduce
 

Methods in com.amazonaws.services.elasticmapreduce with parameters of type DescribeClusterRequest
 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.
 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 DescribeClusterRequest
 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 DescribeClusterRequest in com.amazonaws.services.elasticmapreduce.model
 

Methods in com.amazonaws.services.elasticmapreduce.model that return DescribeClusterRequest
 DescribeClusterRequest DescribeClusterRequest.withClusterId(String clusterId)
          The identifier of the cluster to describe.
 



Copyright © 2016. All rights reserved.