| Package | Description |
|---|---|
| software.amazon.awssdk.services.eks |
Amazon Elastic Kubernetes Service (Amazon EKS) is a managed service that makes it easy for you to run Kubernetes on
AWS without needing to stand up or maintain your own Kubernetes control plane.
|
| Modifier and Type | Method and Description |
|---|---|
default CreateFargateProfileResponse |
EksClient.createFargateProfile(Consumer<CreateFargateProfileRequest.Builder> createFargateProfileRequest)
Creates an AWS Fargate profile for your Amazon EKS cluster.
|
default CreateFargateProfileResponse |
EksClient.createFargateProfile(CreateFargateProfileRequest createFargateProfileRequest)
Creates an AWS Fargate profile for your Amazon EKS cluster.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateFargateProfileResponse> |
EksAsyncClient.createFargateProfile(Consumer<CreateFargateProfileRequest.Builder> createFargateProfileRequest)
Creates an AWS Fargate profile for your Amazon EKS cluster.
|
default CompletableFuture<CreateFargateProfileResponse> |
EksAsyncClient.createFargateProfile(CreateFargateProfileRequest createFargateProfileRequest)
Creates an AWS Fargate profile for your Amazon EKS cluster.
|
Copyright © 2021. All rights reserved.