com.github.yoshiyoshifujii.aws.apigateway

AWSApiGatewayAuthorize

case class AWSApiGatewayAuthorize(regionName: String, restApiId: RestApiId) extends AWSApiGatewayAuthorizeWrapper with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, AWSApiGatewayAuthorizeWrapper, AWSApiGatewayRestApiWrapper, AWSApiGatewayWrapper, AWSWrapper, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. AWSApiGatewayAuthorize
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AWSApiGatewayAuthorizeWrapper
  7. AWSApiGatewayRestApiWrapper
  8. AWSApiGatewayWrapper
  9. AWSWrapper
  10. AnyRef
  11. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AWSApiGatewayAuthorize(regionName: String, restApiId: RestApiId)

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. lazy val client: AmazonApiGatewayClient

    Definition Classes
    AWSApiGatewayWrapper
  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def create(name: String, description: Option[String]): Try[CreateRestApiResult]

    Definition Classes
    AWSApiGatewayRestApiWrapper
  10. def createAuthorizer(name: String, authorizerUri: Uri, identitySourceHeaderName: String, identityValidationExpression: Option[String], authorizerResultTtlInSeconds: Option[Int] = Some(300)): Try[CreateAuthorizerResult]

  11. def createDeployment(restApiId: RestApiId, stageName: StageName, stageDescription: Option[StageDescription], description: Option[String], variables: Option[StageVariables]): Try[CreateDeploymentResult]

    Definition Classes
    AWSApiGatewayRestApiWrapper
  12. def createOrUpdateStage(restApiId: RestApiId, stageName: StageName, deploymentId: DeploymentId, description: Option[StageDescription], variables: Option[StageVariables]): Try[String]

    Definition Classes
    AWSApiGatewayRestApiWrapper
  13. def createStage(restApiId: RestApiId, stageName: StageName, deploymentId: DeploymentId, description: Option[StageDescription], variables: Option[StageVariables]): Try[CreateStageResult]

    Definition Classes
    AWSApiGatewayRestApiWrapper
  14. def delete(restApiId: RestApiId): Try[DeleteRestApiResult]

    Definition Classes
    AWSApiGatewayRestApiWrapper
  15. def deleteAuthorizer(name: String): Try[DeleteAuthorizerResult]

  16. def deleteDeployment(restApiId: RestApiId, deploymentId: DeploymentId): Try[DeleteDeploymentResult]

    Definition Classes
    AWSApiGatewayRestApiWrapper
  17. def deleteDeployments(restApiId: RestApiId): Try[GetDeploymentsResult]

    Definition Classes
    AWSApiGatewayRestApiWrapper
  18. def deleteResource(restApiId: RestApiId, resourceId: ResourceId): Try[DeleteResourceResult]

    Definition Classes
    AWSApiGatewayRestApiWrapper
  19. def deleteResources(restApiId: RestApiId): Try[GetResourcesResult]

    Definition Classes
    AWSApiGatewayRestApiWrapper
  20. def deleteStage(restApiId: RestApiId, stageName: StageName): Try[DeleteStageResult]

    Definition Classes
    AWSApiGatewayRestApiWrapper
  21. def deleteStages(restApiId: RestApiId): Try[GetStagesResult]

    Definition Classes
    AWSApiGatewayRestApiWrapper
  22. def deployAuthorizer(name: String, awsAccountId: String, lambdaName: String, lambdaAlias: Option[String], identitySourceHeaderName: String, identityValidationExpression: Option[String], authorizerResultTtlInSeconds: Option[Int] = Some(300)): Try[String]

  23. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  24. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  25. lazy val findAlias: (String) ⇒ String

    Definition Classes
    AWSWrapper
  26. def get(restApiId: RestApiId): Try[Option[GetRestApiResult]]

    Definition Classes
    AWSApiGatewayRestApiWrapper
  27. def getAuthorizer(name: String): Try[Option[Authorizer]]

  28. def getAuthorizers(restApiId: RestApiId): Try[GetAuthorizersResult]

    Definition Classes
    AWSApiGatewayRestApiWrapper
  29. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  30. def getDeployments(restApiId: RestApiId): Try[GetDeploymentsResult]

    Definition Classes
    AWSApiGatewayRestApiWrapper
  31. def getResources(restApiId: RestApiId): Try[GetResourcesResult]

    Definition Classes
    AWSApiGatewayRestApiWrapper
  32. def getStage(restApiId: RestApiId, stageName: StageName): Try[Option[GetStageResult]]

    Definition Classes
    AWSApiGatewayRestApiWrapper
  33. def getStages(restApiId: RestApiId): Try[GetStagesResult]

    Definition Classes
    AWSApiGatewayRestApiWrapper
  34. def gets: Try[GetRestApisResult]

    Definition Classes
    AWSApiGatewayRestApiWrapper
  35. def import(body: File, failOnWarnings: Option[Boolean]): Try[ImportRestApiResult]

    Definition Classes
    AWSApiGatewayRestApiWrapper
  36. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  37. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  38. final def notify(): Unit

    Definition Classes
    AnyRef
  39. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  40. def printAuthorizers(restApiId: RestApiId): Try[Unit]

    Definition Classes
    AWSApiGatewayRestApiWrapper
  41. def printDeployments(restApiId: RestApiId): Try[Unit]

    Definition Classes
    AWSApiGatewayRestApiWrapper
  42. def printGets: Try[Unit]

    Definition Classes
    AWSApiGatewayRestApiWrapper
  43. def printResources(restApiId: RestApiId): Try[Unit]

    Definition Classes
    AWSApiGatewayRestApiWrapper
  44. def printStages(restApiId: RestApiId): Try[Unit]

    Definition Classes
    AWSApiGatewayRestApiWrapper
  45. def put(restApiId: RestApiId, body: File, mode: PutMode, failOnWarnings: Option[Boolean]): Try[PutRestApiResult]

    Definition Classes
    AWSApiGatewayRestApiWrapper
  46. val regionName: String

  47. val restApiId: RestApiId

  48. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  49. def toByteBuffer(file: File): ByteBuffer

    Definition Classes
    AWSWrapper
  50. def toOpt[A](f: ⇒ A): Option[A]

    Attributes
    protected
    Definition Classes
    AWSApiGatewayWrapper
  51. def updateAuthorizer(authorizerId: AuthorizerId, name: String, authorizerUri: Uri, identitySourceHeaderName: String, identityValidationExpression: Option[String], authorizerResultTtlInSeconds: Option[Int] = Some(300)): Try[UpdateAuthorizerResult]

  52. def updateStage(restApiId: RestApiId, stageName: StageName, deploymentId: DeploymentId): Try[UpdateStageResult]

    Definition Classes
    AWSApiGatewayRestApiWrapper
  53. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  54. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  55. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AWSApiGatewayWrapper

Inherited from AWSWrapper

Inherited from AnyRef

Inherited from Any

Ungrouped