| Package | Description |
|---|---|
| com.amazonaws.services.eks |
Amazon Elastic Kubernetes Service (Amazon EKS) is a managed service that makes it easy for you to run Kubernetes on
Amazon Web Services without needing to stand up or maintain your own Kubernetes control plane.
|
| com.amazonaws.services.eks.model |
| Modifier and Type | Method and Description |
|---|---|
CreateFargateProfileResult |
AmazonEKSClient.createFargateProfile(CreateFargateProfileRequest request)
Creates an Fargate profile for your Amazon EKS cluster.
|
CreateFargateProfileResult |
AbstractAmazonEKS.createFargateProfile(CreateFargateProfileRequest request) |
CreateFargateProfileResult |
AmazonEKS.createFargateProfile(CreateFargateProfileRequest createFargateProfileRequest)
Creates an Fargate profile for your Amazon EKS cluster.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateFargateProfileResult> |
AbstractAmazonEKSAsync.createFargateProfileAsync(CreateFargateProfileRequest request,
AsyncHandler<CreateFargateProfileRequest,CreateFargateProfileResult> asyncHandler) |
Future<CreateFargateProfileResult> |
AmazonEKSAsyncClient.createFargateProfileAsync(CreateFargateProfileRequest request,
AsyncHandler<CreateFargateProfileRequest,CreateFargateProfileResult> asyncHandler) |
Future<CreateFargateProfileResult> |
AmazonEKSAsync.createFargateProfileAsync(CreateFargateProfileRequest createFargateProfileRequest,
AsyncHandler<CreateFargateProfileRequest,CreateFargateProfileResult> asyncHandler)
Creates an Fargate profile for your Amazon EKS cluster.
|
| Modifier and Type | Method and Description |
|---|---|
CreateFargateProfileResult |
CreateFargateProfileResult.clone() |
CreateFargateProfileResult |
CreateFargateProfileResult.withFargateProfile(FargateProfile fargateProfile)
The full description of your new Fargate profile.
|
Copyright © 2022. All rights reserved.