Describes an app's SSL configuration.

コード例 #1
0
 public CreateAppRequest WithSslConfiguration(SslConfiguration sslConfiguration)
 {
     this.sslConfiguration = sslConfiguration;
     return this;
 }
コード例 #2
0
 /// <summary>
 /// Sets the SslConfiguration property
 /// </summary>
 /// <param name="sslConfiguration">The value to set for the SslConfiguration property </param>
 /// <returns>this instance</returns>
 public CreateAppRequest WithSslConfiguration(SslConfiguration sslConfiguration)
 {
     this.sslConfiguration = sslConfiguration;
     return(this);
 }
コード例 #3
0
ファイル: App.cs プロジェクト: tanaka-takayoshi/aws-sdk-net
 /// <summary>
 /// Sets the SslConfiguration property
 /// </summary>
 /// <param name="sslConfiguration">The value to set for the SslConfiguration property </param>
 /// <returns>this instance</returns>
 public App WithSslConfiguration(SslConfiguration sslConfiguration)
 {
     this.sslConfiguration = sslConfiguration;
     return(this);
 }
コード例 #4
0
 public App WithSslConfiguration(SslConfiguration sslConfiguration)
 {
     this.sslConfiguration = sslConfiguration;
     return this;
 }