Uses of Interface
software.amazon.awssdk.services.elasticbeanstalk.model.AssociateEnvironmentOperationsRoleRequest.Builder
-
Packages that use AssociateEnvironmentOperationsRoleRequest.Builder Package Description software.amazon.awssdk.services.elasticbeanstalk AWS Elastic Beanstalk software.amazon.awssdk.services.elasticbeanstalk.model -
-
Uses of AssociateEnvironmentOperationsRoleRequest.Builder in software.amazon.awssdk.services.elasticbeanstalk
Method parameters in software.amazon.awssdk.services.elasticbeanstalk with type arguments of type AssociateEnvironmentOperationsRoleRequest.Builder Modifier and Type Method Description default CompletableFuture<AssociateEnvironmentOperationsRoleResponse>ElasticBeanstalkAsyncClient. associateEnvironmentOperationsRole(Consumer<AssociateEnvironmentOperationsRoleRequest.Builder> associateEnvironmentOperationsRoleRequest)Add or change the operations role used by an environment.default AssociateEnvironmentOperationsRoleResponseElasticBeanstalkClient. associateEnvironmentOperationsRole(Consumer<AssociateEnvironmentOperationsRoleRequest.Builder> associateEnvironmentOperationsRoleRequest)Add or change the operations role used by an environment. -
Uses of AssociateEnvironmentOperationsRoleRequest.Builder in software.amazon.awssdk.services.elasticbeanstalk.model
Methods in software.amazon.awssdk.services.elasticbeanstalk.model that return AssociateEnvironmentOperationsRoleRequest.Builder Modifier and Type Method Description static AssociateEnvironmentOperationsRoleRequest.BuilderAssociateEnvironmentOperationsRoleRequest. builder()AssociateEnvironmentOperationsRoleRequest.BuilderAssociateEnvironmentOperationsRoleRequest.Builder. environmentName(String environmentName)The name of the environment to which to set the operations role.AssociateEnvironmentOperationsRoleRequest.BuilderAssociateEnvironmentOperationsRoleRequest.Builder. operationsRole(String operationsRole)The Amazon Resource Name (ARN) of an existing IAM role to be used as the environment's operations role.AssociateEnvironmentOperationsRoleRequest.BuilderAssociateEnvironmentOperationsRoleRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)AssociateEnvironmentOperationsRoleRequest.BuilderAssociateEnvironmentOperationsRoleRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)AssociateEnvironmentOperationsRoleRequest.BuilderAssociateEnvironmentOperationsRoleRequest. toBuilder()Methods in software.amazon.awssdk.services.elasticbeanstalk.model that return types with arguments of type AssociateEnvironmentOperationsRoleRequest.Builder Modifier and Type Method Description static Class<? extends AssociateEnvironmentOperationsRoleRequest.Builder>AssociateEnvironmentOperationsRoleRequest. serializableBuilderClass()
-