| Package | Description |
|---|---|
| software.amazon.awssdk.services.emr |
Amazon EMR is a web service that makes it easier to process large amounts of data efficiently.
|
| Modifier and Type | Method and Description |
|---|---|
default AddInstanceFleetResponse |
EmrClient.addInstanceFleet(AddInstanceFleetRequest addInstanceFleetRequest)
Adds an instance fleet to a running cluster.
|
default AddInstanceFleetResponse |
EmrClient.addInstanceFleet(Consumer<AddInstanceFleetRequest.Builder> addInstanceFleetRequest)
Adds an instance fleet to a running cluster.
|
default AddTagsResponse |
EmrClient.addTags(AddTagsRequest addTagsRequest)
Adds tags to an Amazon EMR resource, such as a cluster or an Amazon EMR Studio.
|
default AddTagsResponse |
EmrClient.addTags(Consumer<AddTagsRequest.Builder> addTagsRequest)
Adds tags to an Amazon EMR resource, such as a cluster or an Amazon EMR Studio.
|
default CancelStepsResponse |
EmrClient.cancelSteps(CancelStepsRequest cancelStepsRequest)
Cancels a pending step or steps in a running cluster.
|
default CancelStepsResponse |
EmrClient.cancelSteps(Consumer<CancelStepsRequest.Builder> cancelStepsRequest)
Cancels a pending step or steps in a running cluster.
|
default CreateSecurityConfigurationResponse |
EmrClient.createSecurityConfiguration(Consumer<CreateSecurityConfigurationRequest.Builder> createSecurityConfigurationRequest)
Creates a security configuration, which is stored in the service and can be specified when a cluster is created.
|
default CreateSecurityConfigurationResponse |
EmrClient.createSecurityConfiguration(CreateSecurityConfigurationRequest createSecurityConfigurationRequest)
Creates a security configuration, which is stored in the service and can be specified when a cluster is created.
|
default CreateStudioResponse |
EmrClient.createStudio(Consumer<CreateStudioRequest.Builder> createStudioRequest)
Creates a new Amazon EMR Studio.
|
default CreateStudioResponse |
EmrClient.createStudio(CreateStudioRequest createStudioRequest)
Creates a new Amazon EMR Studio.
|
default CreateStudioSessionMappingResponse |
EmrClient.createStudioSessionMapping(Consumer<CreateStudioSessionMappingRequest.Builder> createStudioSessionMappingRequest)
Maps a user or group to the Amazon EMR Studio specified by
StudioId, and applies a session policy to
refine Studio permissions for that user or group. |
default CreateStudioSessionMappingResponse |
EmrClient.createStudioSessionMapping(CreateStudioSessionMappingRequest createStudioSessionMappingRequest)
Maps a user or group to the Amazon EMR Studio specified by
StudioId, and applies a session policy to
refine Studio permissions for that user or group. |
default DeleteSecurityConfigurationResponse |
EmrClient.deleteSecurityConfiguration(Consumer<DeleteSecurityConfigurationRequest.Builder> deleteSecurityConfigurationRequest)
Deletes a security configuration.
|
default DeleteSecurityConfigurationResponse |
EmrClient.deleteSecurityConfiguration(DeleteSecurityConfigurationRequest deleteSecurityConfigurationRequest)
Deletes a security configuration.
|
default DeleteStudioResponse |
EmrClient.deleteStudio(Consumer<DeleteStudioRequest.Builder> deleteStudioRequest)
Removes an Amazon EMR Studio from the Studio metadata store.
|
default DeleteStudioResponse |
EmrClient.deleteStudio(DeleteStudioRequest deleteStudioRequest)
Removes an Amazon EMR Studio from the Studio metadata store.
|
default DeleteStudioSessionMappingResponse |
EmrClient.deleteStudioSessionMapping(Consumer<DeleteStudioSessionMappingRequest.Builder> deleteStudioSessionMappingRequest)
Removes a user or group from an Amazon EMR Studio.
|
default DeleteStudioSessionMappingResponse |
EmrClient.deleteStudioSessionMapping(DeleteStudioSessionMappingRequest deleteStudioSessionMappingRequest)
Removes a user or group from an Amazon EMR Studio.
|
default DescribeClusterResponse |
EmrClient.describeCluster(Consumer<DescribeClusterRequest.Builder> describeClusterRequest)
Provides cluster-level details including status, hardware and software configuration, VPC settings, and so on.
|
default DescribeClusterResponse |
EmrClient.describeCluster(DescribeClusterRequest describeClusterRequest)
Provides cluster-level details including status, hardware and software configuration, VPC settings, and so on.
|
default DescribeNotebookExecutionResponse |
EmrClient.describeNotebookExecution(Consumer<DescribeNotebookExecutionRequest.Builder> describeNotebookExecutionRequest)
Provides details of a notebook execution.
|
default DescribeNotebookExecutionResponse |
EmrClient.describeNotebookExecution(DescribeNotebookExecutionRequest describeNotebookExecutionRequest)
Provides details of a notebook execution.
|
default DescribeReleaseLabelResponse |
EmrClient.describeReleaseLabel(Consumer<DescribeReleaseLabelRequest.Builder> describeReleaseLabelRequest)
Provides EMR release label details, such as releases available the region where the API request is run, and the
available applications for a specific EMR release label.
|
default DescribeReleaseLabelResponse |
EmrClient.describeReleaseLabel(DescribeReleaseLabelRequest describeReleaseLabelRequest)
Provides EMR release label details, such as releases available the region where the API request is run, and the
available applications for a specific EMR release label.
|
default DescribeSecurityConfigurationResponse |
EmrClient.describeSecurityConfiguration(Consumer<DescribeSecurityConfigurationRequest.Builder> describeSecurityConfigurationRequest)
Provides the details of a security configuration by returning the configuration JSON.
|
default DescribeSecurityConfigurationResponse |
EmrClient.describeSecurityConfiguration(DescribeSecurityConfigurationRequest describeSecurityConfigurationRequest)
Provides the details of a security configuration by returning the configuration JSON.
|
default DescribeStepResponse |
EmrClient.describeStep(Consumer<DescribeStepRequest.Builder> describeStepRequest)
Provides more detail about the cluster step.
|
default DescribeStepResponse |
EmrClient.describeStep(DescribeStepRequest describeStepRequest)
Provides more detail about the cluster step.
|
default DescribeStudioResponse |
EmrClient.describeStudio(Consumer<DescribeStudioRequest.Builder> describeStudioRequest)
Returns details for the specified Amazon EMR Studio including ID, Name, VPC, Studio access URL, and so on.
|
default DescribeStudioResponse |
EmrClient.describeStudio(DescribeStudioRequest describeStudioRequest)
Returns details for the specified Amazon EMR Studio including ID, Name, VPC, Studio access URL, and so on.
|
default GetBlockPublicAccessConfigurationResponse |
EmrClient.getBlockPublicAccessConfiguration(Consumer<GetBlockPublicAccessConfigurationRequest.Builder> getBlockPublicAccessConfigurationRequest)
Returns the Amazon EMR block public access configuration for your Amazon Web Services account in the current
Region.
|
default GetBlockPublicAccessConfigurationResponse |
EmrClient.getBlockPublicAccessConfiguration(GetBlockPublicAccessConfigurationRequest getBlockPublicAccessConfigurationRequest)
Returns the Amazon EMR block public access configuration for your Amazon Web Services account in the current
Region.
|
default GetClusterSessionCredentialsResponse |
EmrClient.getClusterSessionCredentials(Consumer<GetClusterSessionCredentialsRequest.Builder> getClusterSessionCredentialsRequest)
Provides Temporary, basic HTTP credentials that are associated with a given runtime IAM role and used by a
cluster with fine-grained access control activated.
|
default GetClusterSessionCredentialsResponse |
EmrClient.getClusterSessionCredentials(GetClusterSessionCredentialsRequest getClusterSessionCredentialsRequest)
Provides Temporary, basic HTTP credentials that are associated with a given runtime IAM role and used by a
cluster with fine-grained access control activated.
|
default GetStudioSessionMappingResponse |
EmrClient.getStudioSessionMapping(Consumer<GetStudioSessionMappingRequest.Builder> getStudioSessionMappingRequest)
Fetches mapping details for the specified Amazon EMR Studio and identity (user or group).
|
default GetStudioSessionMappingResponse |
EmrClient.getStudioSessionMapping(GetStudioSessionMappingRequest getStudioSessionMappingRequest)
Fetches mapping details for the specified Amazon EMR Studio and identity (user or group).
|
default ListBootstrapActionsResponse |
EmrClient.listBootstrapActions(Consumer<ListBootstrapActionsRequest.Builder> listBootstrapActionsRequest)
Provides information about the bootstrap actions associated with a cluster.
|
default ListBootstrapActionsResponse |
EmrClient.listBootstrapActions(ListBootstrapActionsRequest listBootstrapActionsRequest)
Provides information about the bootstrap actions associated with a cluster.
|
default ListBootstrapActionsIterable |
EmrClient.listBootstrapActionsPaginator(Consumer<ListBootstrapActionsRequest.Builder> listBootstrapActionsRequest)
Provides information about the bootstrap actions associated with a cluster.
|
default ListBootstrapActionsIterable |
EmrClient.listBootstrapActionsPaginator(ListBootstrapActionsRequest listBootstrapActionsRequest)
Provides information about the bootstrap actions associated with a cluster.
|
default ListClustersResponse |
EmrClient.listClusters()
Provides the status of all clusters visible to this Amazon Web Services account.
|
default ListClustersResponse |
EmrClient.listClusters(Consumer<ListClustersRequest.Builder> listClustersRequest)
Provides the status of all clusters visible to this Amazon Web Services account.
|
default ListClustersResponse |
EmrClient.listClusters(ListClustersRequest listClustersRequest)
Provides the status of all clusters visible to this Amazon Web Services account.
|
default ListClustersIterable |
EmrClient.listClustersPaginator()
Provides the status of all clusters visible to this Amazon Web Services account.
|
default ListClustersIterable |
EmrClient.listClustersPaginator(Consumer<ListClustersRequest.Builder> listClustersRequest)
Provides the status of all clusters visible to this Amazon Web Services account.
|
default ListClustersIterable |
EmrClient.listClustersPaginator(ListClustersRequest listClustersRequest)
Provides the status of all clusters visible to this Amazon Web Services account.
|
default ListInstanceFleetsResponse |
EmrClient.listInstanceFleets(Consumer<ListInstanceFleetsRequest.Builder> listInstanceFleetsRequest)
Lists all available details about the instance fleets in a cluster.
|
default ListInstanceFleetsResponse |
EmrClient.listInstanceFleets(ListInstanceFleetsRequest listInstanceFleetsRequest)
Lists all available details about the instance fleets in a cluster.
|
default ListInstanceFleetsIterable |
EmrClient.listInstanceFleetsPaginator(Consumer<ListInstanceFleetsRequest.Builder> listInstanceFleetsRequest)
Lists all available details about the instance fleets in a cluster.
|
default ListInstanceFleetsIterable |
EmrClient.listInstanceFleetsPaginator(ListInstanceFleetsRequest listInstanceFleetsRequest)
Lists all available details about the instance fleets in a cluster.
|
default ListInstanceGroupsResponse |
EmrClient.listInstanceGroups(Consumer<ListInstanceGroupsRequest.Builder> listInstanceGroupsRequest)
Provides all available details about the instance groups in a cluster.
|
default ListInstanceGroupsResponse |
EmrClient.listInstanceGroups(ListInstanceGroupsRequest listInstanceGroupsRequest)
Provides all available details about the instance groups in a cluster.
|
default ListInstanceGroupsIterable |
EmrClient.listInstanceGroupsPaginator(Consumer<ListInstanceGroupsRequest.Builder> listInstanceGroupsRequest)
Provides all available details about the instance groups in a cluster.
|
default ListInstanceGroupsIterable |
EmrClient.listInstanceGroupsPaginator(ListInstanceGroupsRequest listInstanceGroupsRequest)
Provides all available details about the instance groups in a cluster.
|
default ListInstancesResponse |
EmrClient.listInstances(Consumer<ListInstancesRequest.Builder> listInstancesRequest)
Provides information for all active EC2 instances and EC2 instances terminated in the last 30 days, up to a
maximum of 2,000.
|
default ListInstancesResponse |
EmrClient.listInstances(ListInstancesRequest listInstancesRequest)
Provides information for all active EC2 instances and EC2 instances terminated in the last 30 days, up to a
maximum of 2,000.
|
default ListInstancesIterable |
EmrClient.listInstancesPaginator(Consumer<ListInstancesRequest.Builder> listInstancesRequest)
Provides information for all active EC2 instances and EC2 instances terminated in the last 30 days, up to a
maximum of 2,000.
|
default ListInstancesIterable |
EmrClient.listInstancesPaginator(ListInstancesRequest listInstancesRequest)
Provides information for all active EC2 instances and EC2 instances terminated in the last 30 days, up to a
maximum of 2,000.
|
default ListNotebookExecutionsResponse |
EmrClient.listNotebookExecutions(Consumer<ListNotebookExecutionsRequest.Builder> listNotebookExecutionsRequest)
Provides summaries of all notebook executions.
|
default ListNotebookExecutionsResponse |
EmrClient.listNotebookExecutions(ListNotebookExecutionsRequest listNotebookExecutionsRequest)
Provides summaries of all notebook executions.
|
default ListNotebookExecutionsIterable |
EmrClient.listNotebookExecutionsPaginator(Consumer<ListNotebookExecutionsRequest.Builder> listNotebookExecutionsRequest)
Provides summaries of all notebook executions.
|
default ListNotebookExecutionsIterable |
EmrClient.listNotebookExecutionsPaginator(ListNotebookExecutionsRequest listNotebookExecutionsRequest)
Provides summaries of all notebook executions.
|
default ListReleaseLabelsResponse |
EmrClient.listReleaseLabels(Consumer<ListReleaseLabelsRequest.Builder> listReleaseLabelsRequest)
Retrieves release labels of EMR services in the region where the API is called.
|
default ListReleaseLabelsResponse |
EmrClient.listReleaseLabels(ListReleaseLabelsRequest listReleaseLabelsRequest)
Retrieves release labels of EMR services in the region where the API is called.
|
default ListReleaseLabelsIterable |
EmrClient.listReleaseLabelsPaginator(Consumer<ListReleaseLabelsRequest.Builder> listReleaseLabelsRequest)
Retrieves release labels of EMR services in the region where the API is called.
|
default ListReleaseLabelsIterable |
EmrClient.listReleaseLabelsPaginator(ListReleaseLabelsRequest listReleaseLabelsRequest)
Retrieves release labels of EMR services in the region where the API is called.
|
default ListSecurityConfigurationsResponse |
EmrClient.listSecurityConfigurations()
Lists all the security configurations visible to this account, providing their creation dates and times, and
their names.
|
default ListSecurityConfigurationsResponse |
EmrClient.listSecurityConfigurations(Consumer<ListSecurityConfigurationsRequest.Builder> listSecurityConfigurationsRequest)
Lists all the security configurations visible to this account, providing their creation dates and times, and
their names.
|
default ListSecurityConfigurationsResponse |
EmrClient.listSecurityConfigurations(ListSecurityConfigurationsRequest listSecurityConfigurationsRequest)
Lists all the security configurations visible to this account, providing their creation dates and times, and
their names.
|
default ListSecurityConfigurationsIterable |
EmrClient.listSecurityConfigurationsPaginator()
Lists all the security configurations visible to this account, providing their creation dates and times, and
their names.
|
default ListSecurityConfigurationsIterable |
EmrClient.listSecurityConfigurationsPaginator(Consumer<ListSecurityConfigurationsRequest.Builder> listSecurityConfigurationsRequest)
Lists all the security configurations visible to this account, providing their creation dates and times, and
their names.
|
default ListSecurityConfigurationsIterable |
EmrClient.listSecurityConfigurationsPaginator(ListSecurityConfigurationsRequest listSecurityConfigurationsRequest)
Lists all the security configurations visible to this account, providing their creation dates and times, and
their names.
|
default ListStepsResponse |
EmrClient.listSteps(Consumer<ListStepsRequest.Builder> listStepsRequest)
Provides a list of steps for the cluster in reverse order unless you specify
stepIds with the
request or filter by StepStates. |
default ListStepsResponse |
EmrClient.listSteps(ListStepsRequest listStepsRequest)
Provides a list of steps for the cluster in reverse order unless you specify
stepIds with the
request or filter by StepStates. |
default ListStepsIterable |
EmrClient.listStepsPaginator(Consumer<ListStepsRequest.Builder> listStepsRequest)
Provides a list of steps for the cluster in reverse order unless you specify
stepIds with the
request or filter by StepStates. |
default ListStepsIterable |
EmrClient.listStepsPaginator(ListStepsRequest listStepsRequest)
Provides a list of steps for the cluster in reverse order unless you specify
stepIds with the
request or filter by StepStates. |
default ListStudiosResponse |
EmrClient.listStudios(Consumer<ListStudiosRequest.Builder> listStudiosRequest)
Returns a list of all Amazon EMR Studios associated with the Amazon Web Services account.
|
default ListStudiosResponse |
EmrClient.listStudios(ListStudiosRequest listStudiosRequest)
Returns a list of all Amazon EMR Studios associated with the Amazon Web Services account.
|
default ListStudioSessionMappingsResponse |
EmrClient.listStudioSessionMappings(Consumer<ListStudioSessionMappingsRequest.Builder> listStudioSessionMappingsRequest)
Returns a list of all user or group session mappings for the Amazon EMR Studio specified by
StudioId
. |
default ListStudioSessionMappingsResponse |
EmrClient.listStudioSessionMappings(ListStudioSessionMappingsRequest listStudioSessionMappingsRequest)
Returns a list of all user or group session mappings for the Amazon EMR Studio specified by
StudioId
. |
default ListStudioSessionMappingsIterable |
EmrClient.listStudioSessionMappingsPaginator(Consumer<ListStudioSessionMappingsRequest.Builder> listStudioSessionMappingsRequest)
Returns a list of all user or group session mappings for the Amazon EMR Studio specified by
StudioId
. |
default ListStudioSessionMappingsIterable |
EmrClient.listStudioSessionMappingsPaginator(ListStudioSessionMappingsRequest listStudioSessionMappingsRequest)
Returns a list of all user or group session mappings for the Amazon EMR Studio specified by
StudioId
. |
default ListStudiosIterable |
EmrClient.listStudiosPaginator(Consumer<ListStudiosRequest.Builder> listStudiosRequest)
Returns a list of all Amazon EMR Studios associated with the Amazon Web Services account.
|
default ListStudiosIterable |
EmrClient.listStudiosPaginator(ListStudiosRequest listStudiosRequest)
Returns a list of all Amazon EMR Studios associated with the Amazon Web Services account.
|
default ModifyClusterResponse |
EmrClient.modifyCluster(Consumer<ModifyClusterRequest.Builder> modifyClusterRequest)
Modifies the number of steps that can be executed concurrently for the cluster specified using ClusterID.
|
default ModifyClusterResponse |
EmrClient.modifyCluster(ModifyClusterRequest modifyClusterRequest)
Modifies the number of steps that can be executed concurrently for the cluster specified using ClusterID.
|
default ModifyInstanceFleetResponse |
EmrClient.modifyInstanceFleet(Consumer<ModifyInstanceFleetRequest.Builder> modifyInstanceFleetRequest)
Modifies the target On-Demand and target Spot capacities for the instance fleet with the specified
InstanceFleetID within the cluster specified using ClusterID.
|
default ModifyInstanceFleetResponse |
EmrClient.modifyInstanceFleet(ModifyInstanceFleetRequest modifyInstanceFleetRequest)
Modifies the target On-Demand and target Spot capacities for the instance fleet with the specified
InstanceFleetID within the cluster specified using ClusterID.
|
default PutBlockPublicAccessConfigurationResponse |
EmrClient.putBlockPublicAccessConfiguration(Consumer<PutBlockPublicAccessConfigurationRequest.Builder> putBlockPublicAccessConfigurationRequest)
Creates or updates an Amazon EMR block public access configuration for your Amazon Web Services account in the
current Region.
|
default PutBlockPublicAccessConfigurationResponse |
EmrClient.putBlockPublicAccessConfiguration(PutBlockPublicAccessConfigurationRequest putBlockPublicAccessConfigurationRequest)
Creates or updates an Amazon EMR block public access configuration for your Amazon Web Services account in the
current Region.
|
default RemoveTagsResponse |
EmrClient.removeTags(Consumer<RemoveTagsRequest.Builder> removeTagsRequest)
Removes tags from an Amazon EMR resource, such as a cluster or Amazon EMR Studio.
|
default RemoveTagsResponse |
EmrClient.removeTags(RemoveTagsRequest removeTagsRequest)
Removes tags from an Amazon EMR resource, such as a cluster or Amazon EMR Studio.
|
default StartNotebookExecutionResponse |
EmrClient.startNotebookExecution(Consumer<StartNotebookExecutionRequest.Builder> startNotebookExecutionRequest)
Starts a notebook execution.
|
default StartNotebookExecutionResponse |
EmrClient.startNotebookExecution(StartNotebookExecutionRequest startNotebookExecutionRequest)
Starts a notebook execution.
|
default StopNotebookExecutionResponse |
EmrClient.stopNotebookExecution(Consumer<StopNotebookExecutionRequest.Builder> stopNotebookExecutionRequest)
Stops a notebook execution.
|
default StopNotebookExecutionResponse |
EmrClient.stopNotebookExecution(StopNotebookExecutionRequest stopNotebookExecutionRequest)
Stops a notebook execution.
|
default UpdateStudioResponse |
EmrClient.updateStudio(Consumer<UpdateStudioRequest.Builder> updateStudioRequest)
Updates an Amazon EMR Studio configuration, including attributes such as name, description, and subnets.
|
default UpdateStudioResponse |
EmrClient.updateStudio(UpdateStudioRequest updateStudioRequest)
Updates an Amazon EMR Studio configuration, including attributes such as name, description, and subnets.
|
default UpdateStudioSessionMappingResponse |
EmrClient.updateStudioSessionMapping(Consumer<UpdateStudioSessionMappingRequest.Builder> updateStudioSessionMappingRequest)
Updates the session policy attached to the user or group for the specified Amazon EMR Studio.
|
default UpdateStudioSessionMappingResponse |
EmrClient.updateStudioSessionMapping(UpdateStudioSessionMappingRequest updateStudioSessionMappingRequest)
Updates the session policy attached to the user or group for the specified Amazon EMR Studio.
|
Copyright © 2023. All rights reserved.